Skip to content

Commit

Permalink
Merge pull request #838 from VolmitSoftware/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
NextdoorPsycho authored Jul 29, 2022
2 parents 9628b66 + f5f89eb commit 723b696
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
id "de.undercouch.download" version "5.0.1"
}

version '2.2.5-1.19.1' // Needs to be version specific
version '2.2.6-1.19.1' // Needs to be version specific
def nmsVersion = "1.19.1"
def apiVersion = '1.19'
def spigotJarVersion = '1.19.1-R0.1-SNAPSHOT'
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/volmit/iris/core/commands/CommandIris.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ public void create(
return;
}

sender().sendMessage(C.RED + "You should not be using this command to create new worlds. Instead, use the tutorial: https://docs.volmit.com/iris/getting-started");

try {
IrisToolbelt.createWorld()
.dimension(type.getLoadKey())
Expand Down

0 comments on commit 723b696

Please sign in to comment.