mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-17 08:05:35 +01:00
Fix Forge user data sometimes missing after switching worlds (#3447)
This commit is contained in:
parent
106455a311
commit
8ebdbdbf0b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user