Skip to content

Commit

Permalink
Code removed wrongly.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed May 7, 2016
1 parent 32ba391 commit ba5b38d
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -474,6 +474,10 @@ public void onWorldUnload(final String worldName) {
if (setBack != null && worldName.equalsIgnoreCase(setBack.getWorld().getName())) {
clearFlyData();
}
if (morePacketsSetback != null && worldName.equalsIgnoreCase(morePacketsSetback.getWorld().getName())) {
clearPlayerMorePacketsData();
clearNoFallData(); // just in case.
}
vehicleSetBacks.resetByWorldName(worldName);
}

Expand Down

0 comments on commit ba5b38d

Please sign in to comment.