about summary refs log tree commit diff
path: root/src/game/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server')
-rw-r--r--src/game/server/srv_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_common.cpp b/src/game/server/srv_common.cpp
index 417c9db7..bd5d0964 100644
--- a/src/game/server/srv_common.cpp
+++ b/src/game/server/srv_common.cpp
@@ -115,7 +115,7 @@ void gameobject::post_reset()
 	
 void gameobject::on_player_info_change(class player *p)
 {
-	const int team_colors[2] = {54090, 10998628};
+	const int team_colors[2] = {65387, 10223467};
 	if(is_teamplay)
 	{
 		if(p->team >= 0 || p->team <= 1)