Ver Fonte

olympiad.properties typo fix #4575, thx antons007 and Melerix

janiii há 15 anos atrás
pai
commit
16af04f533

+ 1 - 1
L2_GameServer/java/com/l2jserver/Config.java

@@ -2327,7 +2327,7 @@ public final class Config
 					ALT_OLY_RANK4_POINTS = Integer.parseInt(olympiad.getProperty("AltOlyRank4Points","35"));
 					ALT_OLY_RANK5_POINTS = Integer.parseInt(olympiad.getProperty("AltOlyRank5Points","20"));
 					ALT_OLY_MAX_POINTS = Integer.parseInt(olympiad.getProperty("AltOlyMaxPoints","10"));
-					ALT_OLY_LOG_FIGHTS = Boolean.parseBoolean(olympiad.getProperty("AlyOlyLogFights","false"));
+					ALT_OLY_LOG_FIGHTS = Boolean.parseBoolean(olympiad.getProperty("AltOlyLogFights","false"));
 					ALT_OLY_SHOW_MONTHLY_WINNERS = Boolean.parseBoolean(olympiad.getProperty("AltOlyShowMonthlyWinners","true"));
 					ALT_OLY_ANNOUNCE_GAMES = Boolean.parseBoolean(olympiad.getProperty("AltOlyAnnounceGames","true"));
 					LIST_OLY_RESTRICTED_ITEMS = new FastList<Integer>();

+ 1 - 1
L2_GameServer/java/config/olympiad.properties

@@ -109,7 +109,7 @@ AltOlyEnchantLimit = -1
 
 # Log all Olympiad fights and outcome to olympiad.csv file.
 # Default: False
-AlyOlyLogFights = False
+AltOlyLogFights = False
 
 # Time to wait before teleported to arena.
 # Possible choices are: 120, 60, 30, 15, or 5.