diff options
Diffstat (limited to 'src/game/server/entities')
| -rw-r--r-- | src/game/server/entities/character.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/server/entities/character.h b/src/game/server/entities/character.h index f90e4d80..5744de7c 100644 --- a/src/game/server/entities/character.h +++ b/src/game/server/entities/character.h @@ -11,7 +11,6 @@ enum { - WEAPON_ANTICAMPER = -4, WEAPON_GAME = -3, // team switching etc WEAPON_SELF = -2, // console kill command WEAPON_WORLD = -1, // death tiles etc |