浏览代码

Hope this fixes #3062 , I was thinking on this when commiting [2415], seems I needed a little break ;).
Thank you for reporting

DrHouse 16 年之前
父节点
当前提交
c2eb9e65ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      L2_GameServer/java/net/sf/l2j/gameserver/Olympiad.java

+ 1 - 1
L2_GameServer/java/net/sf/l2j/gameserver/Olympiad.java

@@ -740,7 +740,7 @@ public class Olympiad
 
         for (L2OlympiadGame g : _manager.getOlympiadGames().values())
         {
-        	if (g == null)
+        	if (g == null || g.getPlayers() == null)
         		continue;
         	
         	for(L2PcInstance player : g.getPlayers())