Deleting worlds is now a separate task.

This commit is contained in:
2020-05-11 17:44:22 -05:00
parent 19552f1a2b
commit 44518270e1
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
write-Output "Deleting previous world if there was one..."
remove-Item -Recurse world* -Force -ErrorAction Ignore