Updated main skript

This commit is contained in:
Christer Warén 2020-10-20 05:32:22 +03:00
parent e59bab215c
commit e5e1acbe32

View File

@ -6,8 +6,8 @@
#--------------------------------------------------
on load:
#Create Config
if file "mirricraft.yml" exists:
#Configuration
if "mirricraft.yml" exists:
stop
else:
create file "mirricraft.yml"
@ -17,4 +17,4 @@ on load:
wf "# by Christer Warén / Warén Group"
wf "#"
wf "#--------------------------------------------------"
stop