fix crash

master
AFCMS 2022-04-21 21:09:23 +02:00
parent 28429792c7
commit 7cf65f68b0
No known key found for this signature in database
GPG Key ID: 8720389A25B652E3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local speedruntype = minetest.settings:get("mcl_speedrun.speedrun_type") or "dragon"
local speedruntype = minetest.settings:get("mcl_speedrun.speedrun_type") or "any-glitchless"
if speedruntype == "any-glitchless" then
mcl_speedrun.description = "Any% Glitchless"