mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-16 12:21:25 +01:00
Small fix for 1.11.2 compat
This commit is contained in:
parent
e1dda0499c
commit
7cf12cdf78
@ -965,7 +965,7 @@ public class NMSImpl implements NMSBridge {
|
||||
} else {
|
||||
if (!entity.dead) {
|
||||
try {
|
||||
entity.world.g(entity);
|
||||
entity.world.entityJoinedWorld(entity, true);
|
||||
} catch (Throwable throwable) {
|
||||
CrashReport crashreport = CrashReport.a(throwable, "Ticking player");
|
||||
CrashReportSystemDetails crashreportsystemdetails = crashreport.a("Player being ticked");
|
||||
|
Loading…
Reference in New Issue
Block a user