We use player instead of name for the player's last known name.
Good catch by @dewick on issue #26.
This commit is contained in:
		@@ -191,7 +191,7 @@ public class OldInputOutput {
 | 
			
		||||
					
 | 
			
		||||
					//Load the prisoner if he is a valid prisoner
 | 
			
		||||
					if(!player.isEmpty()) {
 | 
			
		||||
						Prisoner p = j.getPrisonerByLastKnownName(name);
 | 
			
		||||
						Prisoner p = j.getPrisonerByLastKnownName(player);
 | 
			
		||||
						
 | 
			
		||||
						if(p != null) {
 | 
			
		||||
							j.removePrisoner(p);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user