diff options
Diffstat (limited to 'src/game/server/srv_ctf.h')
| -rw-r--r-- | src/game/server/srv_ctf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_ctf.h b/src/game/server/srv_ctf.h index e7bc93ab..37f3cfb0 100644 --- a/src/game/server/srv_ctf.h +++ b/src/game/server/srv_ctf.h @@ -9,7 +9,7 @@ public: virtual void tick(); virtual void on_player_spawn(class player *p); - virtual void on_player_death(class player *victim, class player *killer, int weapon); + virtual int on_player_death(class player *victim, class player *killer, int weapon); }; // TODO: move to seperate file |