mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Patch weird Kayori bug
This commit is contained in:
parent
c5429f0515
commit
44cd0e1e10
@ -32,7 +32,7 @@ def main = 'com.volmit.iris.Iris'
|
||||
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins', name)
|
||||
registerCustomOutputTask('Psycho', 'D://Dan/MinecraftDevelopment/server/plugins', name)
|
||||
registerCustomOutputTask('ArcaneArts', 'C://Users/arcane/Documents/development/server/plugins', name)
|
||||
registerCustomOutputTask('Coco', 'G://MCServer/plugins', name)
|
||||
registerCustomOutputTask('Coco', 'D://Documents/MCSM/plugins', name)
|
||||
registerCustomOutputTask('Strange', 'D://Servers/1.17 Test Server/plugins', name)
|
||||
// ==============================================================
|
||||
|
||||
|
@ -377,7 +377,7 @@ public class Iris extends VolmitPlugin implements Listener {
|
||||
IrisDimension dim = data.getDimensionLoader().load(j.getName().split("\\Q.\\E")[0]);
|
||||
|
||||
if (dim == null) {
|
||||
Iris.error("Failed to load " + j.getPath());
|
||||
Iris.error("Failed to load " + j.getPath() + " ");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user