diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 856f09f4c..0152c98f2 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -19,9 +19,7 @@ OnCall: OnServMsg: .@request$ = strcharinfo(0)+": "; .@request$ += implode(.@atcmd_parameters$, " "); - if (!channelmes("General", "Test")) - channelmes("#General", "Test"); - + // This can be slow, beware .@c = getunits(BL_PC, .@players, 20); for (.@i = 0; .@i < .@c; .@i++) { message(.@players[.@i], .@request$); |