Files
wsmud/world/cmd/comm/clearwait.js
2026-05-26 16:41:20 +08:00

7 lines
131 B
JavaScript

this.inherits(COMMAND);
this.command = "clearwait";
this.enter = function (player, arg, par) {
player.wait_input = null;
}