about summary refs log tree commit diff
path: root/src/game/server/entities/flag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/entities/flag.cpp')
-rw-r--r--src/game/server/entities/flag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/entities/flag.cpp b/src/game/server/entities/flag.cpp
index 5ac3de47..d279e4df 100644
--- a/src/game/server/entities/flag.cpp
+++ b/src/game/server/entities/flag.cpp
@@ -10,7 +10,7 @@ CFlag::CFlag(CGameWorld *pGameWorld, int Team)
 	m_ProximityRadius = ms_PhysSize;
 	m_pCarryingCharacter = NULL;
 	m_GrabTick = 0;
-	
+
 	Reset();
 }