mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Fixed remove skill mod error, some equipment stuff aswell
This commit is contained in:
@@ -652,11 +652,9 @@ public class PlayerService implements INetworkDispatch {
|
||||
return;
|
||||
}
|
||||
|
||||
resetLevel(creature);
|
||||
if(level == 0) return;
|
||||
|
||||
if (level == 0) {
|
||||
return;
|
||||
}
|
||||
resetLevel(creature);
|
||||
|
||||
try {
|
||||
experienceTable = ClientFileManager.loadFile("datatables/player/player_level.iff", DatatableVisitor.class);
|
||||
|
||||
Reference in New Issue
Block a user