From 7fa97ce36ca8adb5bb03d75ea0906590cfdae8d8 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sun, 18 May 2025 19:44:28 +0200 Subject: [PATCH] Revert "Fix TowerRun event" This reverts commit 8cd088050d15e251a05e42c348e8942c5774a2cb. --- VelocityCore/src/de/steamwar/velocitycore/EventStarter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java b/VelocityCore/src/de/steamwar/velocitycore/EventStarter.java index 467d4285..c21a5e01 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.getChatName()) - VOTES.get(redVote.getChatName())))); + mode = ArenaMode.getByChat(VOTES_REVERSE.get(Math.abs(3 - VOTES.get(blueVote.getInternalName()) - VOTES.get(redVote.getInternalName())))); } next.update(