Fixes for new Eclipse warnings.
This commit is contained in:
@@ -1084,7 +1084,7 @@ public class Duel
|
||||
if (cond != null)
|
||||
{
|
||||
cond.teleportBack();
|
||||
_playerConditions.remove(cond);
|
||||
_playerConditions.remove(player.getObjectId());
|
||||
}
|
||||
player.setIsInDuel(0);
|
||||
}
|
||||
|
@@ -603,7 +603,7 @@ public final class GameServerTable implements IXmlReader
|
||||
{
|
||||
for (GameServerAddress a : _addrs)
|
||||
{
|
||||
if (a.equals(addr))
|
||||
if (a.getAddress().equals(addr.getAddress()))
|
||||
{
|
||||
return a.getServerAddress();
|
||||
}
|
||||
|
Reference in New Issue
Block a user