Add this. to be consistent.

This commit is contained in:
graywolf336 2013-12-19 16:16:23 -06:00
parent 1a04ecf409
commit 78dca18242

View File

@ -41,7 +41,7 @@ public class PrisonerJailedEvent extends Event implements Cancellable {
this.player = player; this.player = player;
this.online = online; this.online = online;
this.jailer = jailer; this.jailer = jailer;
cancelMsg = ""; this.cancelMsg = "";
} }
/** Gets the {@link Jail} this prisoner is being sent to. */ /** Gets the {@link Jail} this prisoner is being sent to. */