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