Project reformat.
This commit is contained in:
@@ -47,7 +47,7 @@ public class PrintEffectsCmd extends AbstractDevCmd {
|
||||
String newline = "\r\n ";
|
||||
String output = "Effects For Character: " + tar.getName() + newline;
|
||||
|
||||
for(String effect : tar.effects.keySet()){
|
||||
for (String effect : tar.effects.keySet()) {
|
||||
output += effect + newline;
|
||||
}
|
||||
throwbackInfo(pc, output);
|
||||
|
||||
Reference in New Issue
Block a user