mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
use ENTITY_ITEM_DEFAULT_SERVER_SCRIPTS in EntityItemProperties
This commit is contained in:
parent
0cb14ab25c
commit
c5140ac695
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ public:
|
|||
|
||||
DEFINE_PROPERTY_REF(PROP_LAST_EDITED_BY, LastEditedBy, lastEditedBy, QUuid, ENTITY_ITEM_DEFAULT_LAST_EDITED_BY);
|
||||
|
||||
DEFINE_PROPERTY_REF(PROP_SERVER_SCRIPTS, ServerScripts, serverScripts, QString, "");
|
||||
DEFINE_PROPERTY_REF(PROP_SERVER_SCRIPTS, ServerScripts, serverScripts, QString, ENTITY_ITEM_DEFAULT_SERVER_SCRIPTS);
|
||||
|
||||
static QString getBackgroundModeString(BackgroundMode mode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue