Maybe closes gh-517

returns the code after the leaving of the zone. Not sure if it works.
Don't think it returns under all cases

Conflicts:
	war/src/main/java/com/tommytony/war/Warzone.java
This commit is contained in:
grinning 2012-08-24 02:26:25 -04:00 committed by cmastudios
parent 228ec2299b
commit c16bc6ca5f
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ public class WarPlayerListener implements Listener {
War.war.getWarHub().getLocation() : playerWarzone.getTeleport(), event, true);
return;
}
return;
}
}