diff options
Diffstat (limited to 'src/proto.c')
| -rw-r--r-- | src/proto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/proto.c b/src/proto.c index 4174f09..508a56c 100644 --- a/src/proto.c +++ b/src/proto.c @@ -612,12 +612,11 @@ void proto_recv_shot_client(char *msg) shot->isCanKillAuthor = isCanKillAuthor; shot->position = position; -/* if( shot->gun == GUN_LASSER ) { transformOnlyLasser(shot); } -*/ + addList(getCurrentArena()->listShot, shot); } |