Add some debugging code to try and work out #19

This commit is contained in:
graywolf336
2014-03-08 23:59:23 -06:00
parent 74812114c6
commit 7d64fce5db
3 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class CellCreationSteps {
* @param location The location, null if none, being set.
*/
public void step(JailManager jm, Player player, CreationPlayer cp, Location location) {
jm.getPlugin().debug("Stepping into step #" + cp.getStep());
switch(cp.getStep()) {
case 1:
firstStep(jm, cp, player);

View File

@ -47,6 +47,7 @@ public class JailCreationSteps {
* @param location The location, null if none, being set.
*/
public void step(JailManager jm, Player player, CreationPlayer cp, Location location) {
jm.getPlugin().debug("Stepping into step #" + cp.getStep());
switch(cp.getStep()) {
case 1:
firstStep(cp, player, location);