mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
why
This commit is contained in:
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user