mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-12 02:36:05 +00:00
Locking
This commit is contained in:
@@ -133,6 +133,11 @@ public class MultiverseCoreLink
|
||||
}
|
||||
|
||||
public String envName(World.Environment environment) {
|
||||
if(environment == null)
|
||||
{
|
||||
return "normal";
|
||||
}
|
||||
|
||||
switch(environment)
|
||||
{
|
||||
case NORMAL:
|
||||
|
||||
Reference in New Issue
Block a user