EAST 2 WEST

This commit is contained in:
Cheese 2015-11-27 18:46:15 +11:00
parent 4085c998cd
commit e25df8739d

View File

@ -471,7 +471,7 @@ public class Spawn extends MiniPlugin
if (UtilTime.elapsed(_songWestLast, _songWestLength))
{
getEastSpawn().getWorld().playEffect(getEastSpawn(), Effect.RECORD_PLAY, 2259); //Chirp
getWestSpawn().getWorld().playEffect(getEastSpawn(), Effect.RECORD_PLAY, 2259); //Chirp
}
}
}