Reuse of stored clan variable.
This commit is contained in:
parent
9245d3fd2a
commit
28ccce509f
@ -183,7 +183,7 @@ public class CreatureSay implements IClientOutgoingPacket
|
||||
|
||||
if (clan != null)
|
||||
{
|
||||
packet.writeC(_sender.getClan().getCastleId());
|
||||
packet.writeC(clan.getCastleId());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -183,7 +183,7 @@ public class CreatureSay implements IClientOutgoingPacket
|
||||
|
||||
if (clan != null)
|
||||
{
|
||||
packet.writeC(_sender.getClan().getCastleId());
|
||||
packet.writeC(clan.getCastleId());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user