plugins -> mods

This commit is contained in:
Anuken
2019-09-29 16:26:13 -04:00
parent 33416aadef
commit f1b0ba039c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=029f47c10a8e269cd8e20d13b0d06fddb572c484 archash=678237e0fd2a2e0c26de1ea562960d1effe5ab97

View File

@@ -173,7 +173,7 @@ public class ServerControl implements ApplicationListener{
}); });
if(!mods.all().isEmpty()){ if(!mods.all().isEmpty()){
info("&lc{0} plugins loaded.", mods.all().size); info("&lc{0} mods loaded.", mods.all().size);
} }
info("&lcServer loaded. Type &ly'help'&lc for help."); info("&lcServer loaded. Type &ly'help'&lc for help.");