diff --git a/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java b/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java index c21a5e01..467d4285 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java +++ b/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java @@ -83,7 +83,7 @@ public class EventStarter { ArenaMode mode = blueVote; if (!blueVote.getInternalName().equals(redVote.getInternalName())) { - mode = ArenaMode.getByChat(VOTES_REVERSE.get(Math.abs(3 - VOTES.get(blueVote.getInternalName()) - VOTES.get(redVote.getInternalName())))); + mode = ArenaMode.getByChat(VOTES_REVERSE.get(Math.abs(3 - VOTES.get(blueVote.getChatName()) - VOTES.get(redVote.getChatName())))); } next.update(