Browse Source

wrong name

Kajetan Johannes Hammerle 2 năm trước cách đây
mục cha
commit
5f31e69fa5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/java/me/km/snuviscript/commands/Commands.java

+ 2 - 2
src/main/java/me/km/snuviscript/commands/Commands.java

@@ -34,8 +34,8 @@ public class Commands {
                 try {
                     commands.handleCommand(server.getCommandSource(), s);
                 } catch(Exception ex) {
-                    sc.getScriptManager().getLogger().print(null, ex, "living.heal", sc.getName(),
-                            sc, trace);
+                    sc.getScriptManager().getLogger().print(null, ex, "command", sc.getName(), sc,
+                            trace);
                 }
             });
         });