Fix up server script

This commit is contained in:
zontreck 2024-08-14 00:13:51 -07:00
parent 1efc73ae4e
commit 07c9e29b8d
3 changed files with 9 additions and 11 deletions

View file

@ -96,3 +96,5 @@ integer MASK_WHITEFRAME = 4;
integer STATE_REBOOT_PENDING =1;
integer STATE_REBOOT_FAST = 2;
string g_sTextureSet;

View file

@ -1,14 +1,6 @@
#include "Common.lsl"
#include "ZNICommon.lsl"
#include "variables.lsl"
#include "functions.lsl"
integer SERVER_CHANNEL = 0x9F1C;
list g_lAdminTag;
list g_lManagerTag;
string g_sTextureSet;
integer g_iFlags;
integer g_iPricePerDay;
default
{

4
LSL/src/Server [AC].lsl Normal file
View file

@ -0,0 +1,4 @@
#include "../external/CommonLSL/variables.lsl"
#include "../external/CommonLSL/functions.lsl"
#include "../raw/Server.lsl"