mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix being unable to add Lua scripts from the addons menu
This commit is contained in:
parent
ba15c7caf3
commit
27945cfad0
1 changed files with 0 additions and 3 deletions
|
|
@ -5273,9 +5273,6 @@ static void M_HandleAddons(INT32 choice)
|
|||
M_AddonExec(KEY_ENTER);
|
||||
break;
|
||||
case EXT_LUA:
|
||||
S_StartSound(NULL, sfx_s26d);
|
||||
M_StartMessage(va("%c%s\x80\nThis version of SRB2Kart does not\nhave support for .lua files.\n\n(Press a key)\n", ('\x80' + (highlightflags>>V_CHARCOLORSHIFT)), dirmenu[dir_on[menudepthleft]]+DIR_STRING),NULL,MM_NOTHING);
|
||||
break;
|
||||
case EXT_SOC:
|
||||
case EXT_WAD:
|
||||
#ifdef USE_KART
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue