about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index 8f298897..8913dd8a 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -156,7 +156,8 @@ public:
 	virtual void on_player_info_change(class player *p);
 	
 	virtual void snap(int snapping_client);
-	virtual int getteam(int notthisid);
+	virtual int get_auto_team(int notthisid);
+	virtual bool can_join_team(int team, int notthisid);
 	int clampteam(int team);
 };