Advertisement
Nik

Endless loop fix.

Nik
Jan 9th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.34 KB | None | 0 0
  1. Index: Olympiad.java
  2. ===================================================================
  3. --- Olympiad.java   (revision 88)
  4. +++ Olympiad.java   (working copy)
  5. @@ -464,7 +464,6 @@
  6.    
  7.     protected static synchronized void updateNobleStats(int playerId, StatsSet stats)
  8.     {
  9. -       _nobles.remove(playerId);
  10.         _nobles.put(playerId, stats);
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement