why extra space here

This commit is contained in:
Govindas 2021-04-09 12:58:10 +03:00
parent b1e078493a
commit 0ce89e192c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class EffEndCooldown extends Effect {
@Override
public String toString(Event event, boolean debug) {
return "end cooldown " + name.toString(event, debug);
return "end cooldown " + name.toString(event, debug);
}
@Override