Fixes various tab completion problems
This commit is contained in:
@ -26,7 +26,7 @@ public class AddCommand extends TokenizedCommand {
|
||||
return false;
|
||||
}
|
||||
|
||||
String signName = arguments.get(0);
|
||||
String signName = arguments.get(0).trim();
|
||||
double cost;
|
||||
try {
|
||||
cost = Double.parseDouble(arguments.get(1));
|
||||
|
Reference in New Issue
Block a user