mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-02 10:52:37 +02:00
Fix Forge user data sometimes missing after switching worlds (#3447)
This commit is contained in:
@@ -58,10 +58,6 @@ public class UserCapabilityListener {
|
||||
|
||||
@SubscribeEvent
|
||||
public void onPlayerClone(PlayerEvent.Clone event) {
|
||||
if (!event.isWasDeath()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Player previousPlayer = event.getOriginal();
|
||||
Player currentPlayer = event.getPlayer();
|
||||
|
||||
|
Reference in New Issue
Block a user