From 90770bc12e3266cf428b66abbbd4d6bb85a5bc55 Mon Sep 17 00:00:00 2001 From: Teetime Date: Sat, 12 Jan 2013 07:59:20 +0100 Subject: Refactored some things, corrected indentation etc.. --- src/game/server/entities/laser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/entities/laser.cpp') diff --git a/src/game/server/entities/laser.cpp b/src/game/server/entities/laser.cpp index f45a1d1d..eb1145c5 100644 --- a/src/game/server/entities/laser.cpp +++ b/src/game/server/entities/laser.cpp @@ -69,7 +69,7 @@ void CLaser::DoBounce() GameServer()->CreateSound(m_Pos, SOUND_RIFLE_BOUNCE); - if(m_Bounces == 1 && g_Config.m_SvLaserjumps && GameServer()->m_pController->IsZCatch()) + if(m_Bounces == 1 && g_Config.m_SvLaserjumps) GameServer()->CreateExplosion(m_Pos, m_Owner, WEAPON_GAME, false); } } -- cgit 1.4.1