mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
why
This commit is contained in:
parent
1b941536d0
commit
fc60878c25
@ -329,11 +329,7 @@ public class ProjectManager {
|
||||
|
||||
public void open(VolmitSender sender, long seed, String dimm) {
|
||||
try {
|
||||
open(sender,seed, dimm, () ->
|
||||
{
|
||||
if (sender.isPlayer()) {
|
||||
}
|
||||
});
|
||||
open(sender,seed, dimm, () -> {});
|
||||
} catch (Exception e) {
|
||||
Iris.reportError(e);
|
||||
sender.sendMessage("Error when creating studio world:");
|
||||
|
Loading…
x
Reference in New Issue
Block a user