Hotfix for screwup in fc69221896

One 'mainscript' was not changed.
This commit is contained in:
Sei Lisa 2017-10-30 19:38:42 +01:00
parent 11489e2864
commit d36b812760

View file

@ -426,7 +426,7 @@ default
return; return;
} }
} }
if (llGetInventoryType(mainscript + " " + (string)(script_channel + 1)) == INVENTORY_SCRIPT) if (llGetInventoryType(main_script + " " + (string)(script_channel + 1)) == INVENTORY_SCRIPT)
{ {
llMessageLinked(LINK_THIS, 90020, (string)(script_channel + 1), ""); llMessageLinked(LINK_THIS, 90020, (string)(script_channel + 1), "");
} }