cleanup: use primitive type instead of wrapper type
This commit is contained in:
@@ -447,7 +447,7 @@ public class MapleMap {
|
||||
private int getUsableOID() {
|
||||
objectRLock.lock();
|
||||
try {
|
||||
Integer curOid;
|
||||
int curOid;
|
||||
|
||||
// clashes with playernpc on curOid >= 2147000000, developernpc uses >= 2147483000
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user