sendMessage() seems to sort string arrays - I adjusted the help strings accordingly

This commit is contained in:
walterhiggins 2013-01-19 00:51:43 +00:00
parent f5dd2ebe93
commit 438ec92342

View file

@ -14,9 +14,8 @@ plugin("homes", {
"/jsp home uninvite <player> : Uninvite <player> to your home",
"/jsp home public : Open your home to all players",
"/jsp home private : Make your home private",
"--- Operator Commands ---",
"/jsp home listall : Show all houses",
"/jsp home clear <player> : Clears player's home location"
"/jsp home listall : Show all houses (ops only)",
"/jsp home clear <player> : Clears player's home location (ops only)"
];
},
go: function(guest, host){