Remove 0.5s waiting before blinding/freezing seekers.

master
Icedream 2016-04-03 13:19:37 +02:00
parent d51e711b7a
commit fb83115eeb
1 changed files with 0 additions and 2 deletions

View File

@ -582,8 +582,6 @@ handleSeeker() {
gameFlagWait("prematch_done"); gameFlagWait("prematch_done");
if (!gameFlag("seekers_released")) { if (!gameFlag("seekers_released")) {
wait 0.5;
// Blind player if seekers weren't released yet // Blind player if seekers weren't released yet
player playLocalSound(game["seekers_blind_sound"]); player playLocalSound(game["seekers_blind_sound"]);
player VisionSetNakedForPlayer("blacktest", 0.1); player VisionSetNakedForPlayer("blacktest", 0.1);