Ambience_DeepSeaMining.ocs: Extraneous }

stable-6.1
Martin Plicht 2015-03-23 20:21:22 +01:00 committed by Maikel de Vries
parent f7ce5f7b2a
commit b357f7cd1e
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ private func Execute()
var i=GetPlayerCount(C4PT_User);
exec_counter += !(i%3);
while (i--) if (!(++exec_counter % 3)) ExecutePlayer(GetPlayerByIndex(i, C4PT_User));
}
return true;
}