summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2016-02-15 01:27:13 +0100
committerjomo <github@jomo.tv>2016-02-15 01:27:13 +0100
commit6a4d1447ece65d7cfcfba6b9596f60003e436490 (patch)
tree22299614e2be2eaeab83882f5937d33fdb3cf8c6 /main.py
parent5a0477fdbfaa222350c62ce948d8371c34bd538f (diff)
rename tabnames to nametags
I think it's a more descriptive name
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.py b/main.py
index 2d6f253..be3a65b 100644
--- a/main.py
+++ b/main.py
@@ -89,7 +89,7 @@ shared["load_modules"] = [
# Servercontrol extension for telnet access to logs/AC
#"servercontrol",
# Script helper plugin
- "scriptutils",
+ "scriptutils",
# Per-player notes
"tag",
# vanish toggle module - temporary fix
@@ -102,8 +102,8 @@ shared["load_modules"] = [
#"iptracker",
#server signs for everyone
"serversigns",
- # tabnames module to make players names colored on their chars and sort tab after ranks
- "tabnames"
+ # Makes player's names colored, sorts tab list by rank
+ "nametags"
]
shared["modules"] = {}
for module in shared["load_modules"]: