Fix a classdef not found error on ProfileUnloading
This commit is contained in:
parent
ecedb3a54e
commit
c5dd4b402f
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
org.gradle.jvmargs=-Xmx8G
|
||||
org.gradle.daemon=false
|
||||
|
||||
my_version=1.3.7.0306230423
|
||||
my_version=1.3.7.0306231532
|
||||
my_modgroup=dev.zontreck.otemod
|
||||
my_modid=otemod
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue