Add code that forces an error if compiled in LSO to all scripts
This should prevent accidents when saving in inventory in the official viewer.
This commit is contained in:
parent
9c84243390
commit
f1ec6bde26
22 changed files with 46 additions and 32 deletions
|
@ -44,7 +44,7 @@ integer adding_item_type;
|
|||
string last_text;
|
||||
integer menu_pages;
|
||||
integer number_per_page = 9;
|
||||
list chosen_animations;
|
||||
list chosen_animations = [last_text]; //OSS::list chosen_animations; // Force error in LSO
|
||||
string cache;
|
||||
string webkey;
|
||||
integer webcount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue