9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00

Commands & Settings

This commit is contained in:
Daniel Mills
2020-09-04 21:10:48 -04:00
parent b158ea9e78
commit ef6036a7d0
40 changed files with 334 additions and 121 deletions

View File

@@ -196,7 +196,7 @@ public class IrisChunkGenerator extends PostBlockChunkGenerator implements IrisC
@Override
public void onHotloaded()
{
if(!IrisSettings.get().hotloading)
if(!IrisSettings.get().isStudio())
{
return;
}