found a small issue here
This commit is contained in:
@@ -5,7 +5,7 @@ end;
|
|||||||
|
|
||||||
local sStage = ""
|
local sStage = ""
|
||||||
|
|
||||||
if not GAMESTATE:IsCourseMode() then
|
if not (GAMESTATE:IsCourseMode() or GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2()) then
|
||||||
sStage = GAMESTATE:GetCurrentStage();
|
sStage = GAMESTATE:GetCurrentStage();
|
||||||
local tRemap = {
|
local tRemap = {
|
||||||
Stage_Event = 0,
|
Stage_Event = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user