浏览代码

Updating `MapVoting` class

RedstoneFuture 5 月之前
父节点
当前提交
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);