Small fix

This commit is contained in:
Federico Cecchetto 2022-03-11 21:44:29 +01:00
parent 180190d527
commit 8f82a74f4b

View File

@ -1,4 +1,4 @@
if (game:issingleplayer()) then
if (game:issingleplayer() or not Engine.InFrontend()) then
return
end