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

@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx8G org.gradle.jvmargs=-Xmx8G
org.gradle.daemon=false org.gradle.daemon=false
my_version=1.3.7.0306230423 my_version=1.3.7.0306231532
my_modgroup=dev.zontreck.otemod my_modgroup=dev.zontreck.otemod
my_modid=otemod my_modid=otemod

View file

@ -60,7 +60,7 @@ public class ChatServerOverride {
} }
@SubscribeEvent @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 // Get player profile, send disconnect alert, then commit profile and remove it from memory
Profile px=ev.profile; Profile px=ev.profile;