Creation a CreationPlayer with the jailname and cellname.
This commit is contained in:
@ -248,7 +248,7 @@ public class JailManager {
|
||||
if(isCreatingACell(player)) {
|
||||
return false;
|
||||
}else {
|
||||
this.cellCreators.put(player.toLowerCase(), new CreationPlayer(cellName));
|
||||
this.cellCreators.put(player.toLowerCase(), new CreationPlayer(jailName, cellName));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user