Replaced hex values at ExMentorList with simple integers.
This commit is contained in:
@@ -55,7 +55,7 @@ public class ExMentorList extends ServerPacket
|
||||
else
|
||||
{
|
||||
_mentees = Collections.emptyList();
|
||||
_type = 0x00;
|
||||
_type = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user