Lots of bugs fixed

This commit is contained in:
Ceikry
2021-03-14 14:31:13 -05:00
parent b83dd22f2e
commit 3e3835b4f5
16 changed files with 144 additions and 96 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ dependencies {
jar {
manifest {
attributes 'Main-Class': 'core.Server'
attributes 'Main-Class': 'rs09.Server'
}
from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
}