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