diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index a780dd73..11a6c3f2 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -136,7 +136,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); virtual void on_player_info_change(class player *p); |