Make all the arguments optional on the transfer, we handle that ourself.
This way we handle it ourself for language purposes.
This commit is contained in:
		@@ -12,4 +12,8 @@ public interface Transfer {
 | 
			
		||||
	
 | 
			
		||||
	@Option(longName={"cell"}, shortName="c", description = "the cell")
 | 
			
		||||
	public String getCell();
 | 
			
		||||
	
 | 
			
		||||
	public boolean isPlayer();
 | 
			
		||||
	public boolean isJail();
 | 
			
		||||
	public boolean isCell();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user