feat: add teleport
This commit is contained in:
parent
226c2e02b5
commit
32e5e42462
11 changed files with 603 additions and 16 deletions
|
|
@ -31,6 +31,7 @@ CREATE TABLE realm.realms (
|
|||
|
||||
max_users INTEGER NOT NULL DEFAULT 100 CHECK (max_users > 0 AND max_users <= 10000),
|
||||
allow_guest_access BOOLEAN NOT NULL DEFAULT true,
|
||||
allow_user_teleport BOOLEAN NOT NULL DEFAULT false,
|
||||
|
||||
default_scene_id UUID,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue