The jail stick is now usable.

Closes #16.
This commit is contained in:
graywolf336
2014-03-08 23:39:11 -06:00
parent 64c4298cca
commit 39cc95b96d
7 changed files with 270 additions and 4 deletions

View File

@ -22,11 +22,11 @@ public class Stick {
return this.jail;
}
public String getJailReason() {
public String getReason() {
return this.reason;
}
public long getJailTime() {
public long getTime() {
return this.time;
}
}