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: on load:
#Create Config #Configuration
if file "mirricraft.yml" exists: if "mirricraft.yml" exists:
stop stop
else: else:
create file "mirricraft.yml" create file "mirricraft.yml"
@ -17,4 +17,4 @@ on load:
wf "# by Christer Warén / Warén Group" wf "# by Christer Warén / Warén Group"
wf "#" wf "#"
wf "#--------------------------------------------------" wf "#--------------------------------------------------"
stop