mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Fix NPE resulting from using /mcremove command on a Flatfile DB. Fixes
#509.
This commit is contained in:
@ -73,7 +73,7 @@ public class McremoveCommand implements CommandExecutor {
|
||||
}
|
||||
}
|
||||
|
||||
database.profileCleanup(playerName);
|
||||
Database.profileCleanup(playerName);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user