Small fix for 1.11.2 compat

This commit is contained in:
fullwall 2016-12-22 02:21:46 +08:00
parent e1dda0499c
commit 7cf12cdf78
1 changed files with 1 additions and 1 deletions

View File

@ -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");