فهرست منبع

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);