diff options
-rw-r--r-- | npc/commands/kami.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 4c1109680..503c405c1 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -20,7 +20,7 @@ OnServMsg: .@request$ = strcharinfo(0)+": "; .@request$ += implode(.@atcmd_parameters$, " "); // This can be slow, beware - .@c = getunits(BL_PC, .@players, 20); + .@c = getunits(BL_PC, .@players, 40); for (.@i = 0; .@i < .@c; .@i++) { message(.@players[.@i], .@request$); } |