v2019.01.13

- make the faction command available to mods
This commit is contained in:
lcdr
2019-01-13 18:28:40 +01:00
parent 11f72aac84
commit 6ef3a31a41
+1
View File
@@ -60,6 +60,7 @@ class Everlasting(ChatCommand):
class Faction(ChatCommand):
def __init__(self):
super().__init__("faction")
self.command.set_defaults(perm=GMLevel.Mod)
self.command.add_argument("faction", type=int)
def run(self, args, sender):