Преглед на файлове

Updating `MapVoting` class

RedstoneFuture преди 7 месеца
родител
ревизия
9453c0860c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      missilewars-plugin/src/main/java/de/butzlabben/missilewars/game/MapVoting.java

+ 2 - 2
missilewars-plugin/src/main/java/de/butzlabben/missilewars/game/MapVoting.java

@@ -141,10 +141,10 @@ public class MapVoting {
     }
 
     /**
-     * This method checks if there is only one arena map available for this lobby and 
+     * This method checks if there is only one arena map available for this game and 
      * therefore no map vote is necessary.
      * 
-     * @return (Boolean) true, if only one map exists for this lobby
+     * @return (Boolean) true, if only one map exists for this game
      */
     public boolean onlyOneArenaFound() {
         return (game.getGameConfig().getArenas().size() == 1);