File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/main/java/net/onelitefeather/bettergopaint Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,13 @@ public void onEnable() {
7979 ServerLib .checkUnsafeForks ();
8080 PaperLib .suggestPaper (this );
8181
82- //noinspection UnnecessaryUnicodeEscape
83- getComponentLogger ().info (MiniMessage .miniMessage ().deserialize (
84- "<white>Made with <red>\u2665 </red> <white>in <gradient:black:red:gold>Germany</gradient>"
85- ));
86-
8782 // disable if goPaint and BetterGoPaint are installed simultaneously
8883 if (hasOriginalGoPaint ()) {
8984 this .getServer ().getPluginManager ().disablePlugin (this );
9085 return ;
9186 }
9287
88+ //noinspection UnnecessaryUnicodeEscape
9389 getComponentLogger ().info (MiniMessage .miniMessage ().deserialize (
9490 "<white>Made with <red>\u2665 </red> <white>in <gradient:black:red:gold>Germany</gradient>"
9591 ));
You can’t perform that action at this time.
0 commit comments