Fix a classdef not found error on ProfileUnloading

This commit is contained in:
Aria 2023-03-06 15:33:20 -07:00
parent ecedb3a54e
commit c5dd4b402f
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ public class ChatServerOverride {
}
@SubscribeEvent
public void onLeave(final ProfileUnloadingEvent ev)
public void onLeave(ProfileUnloadingEvent ev)
{
// Get player profile, send disconnect alert, then commit profile and remove it from memory
Profile px=ev.profile;