diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-11 20:17:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-11 20:17:26 -0300 |
commit | 2e52afd72051acf625520d9e01863111816da507 (patch) | |
tree | a8fd3be1c82c0532c4e9ea2242cf4bfcd34d8e59 /npc/commands | |
parent | 6a72b599cadfd207af38a59641bada185f890bc4 (diff) | |
download | serverdata-2e52afd72051acf625520d9e01863111816da507.tar.gz serverdata-2e52afd72051acf625520d9e01863111816da507.tar.bz2 serverdata-2e52afd72051acf625520d9e01863111816da507.tar.xz serverdata-2e52afd72051acf625520d9e01863111816da507.zip |
Just kidding - a wrong comma
Diffstat (limited to 'npc/commands')
-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 1571ca1a..6d9a51b3 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -30,7 +30,7 @@ OnInstNuke: // This can be slow, beware .@c = getunits(BL_PC, .@players, MAX_CYCLE_PC); for (.@i = 0; .@i < .@c; .@i++) { - attachrid(.@players[.@i],); + attachrid(.@players[.@i]); X21INIT(5); detachrid(); } |