Merge pull request #130 from ponydevs/archive-update-v0.53.2

Archive update v0.53.2
This commit is contained in:
Eliot Partridge
2019-09-18 19:22:30 -05:00
committed by GitHub
113 changed files with 3698 additions and 3719 deletions
-4
View File
@@ -372,10 +372,6 @@ export function createCommands(world: World): Command[] {
const query = { account: client.account._id, name: { $regex: regex } };
await swapCharacter(client, world, query);
}),
command(['s1'], '', 'sup1', shouldNotBeCalled),
command(['s2'], '', 'sup2', shouldNotBeCalled),
command(['s3'], '', 'sup3', shouldNotBeCalled),
command(['ss'], '/ss - supporter text', 'sup1', shouldNotBeCalled),
// mod
adminModChat(['m'], '/m - mod text', 'mod', MessageType.Mod),