print version information in mod loading msg

master
mckaygerhard 2023-06-18 12:09:59 -04:00
parent e86c2e8ddf
commit 5d228f5b1d
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ mod.dat = {}
dofile(mod.path.."/mushrooms.lua")
dofile(mod.path.."/spawn.lua")
print("[MOD] loaded nsspf")
print("[MOD] loaded nsspf ver "..mod.version)