Fix LiteProfiles Utils whitelisting and fix intro interactions atomic sequence

This commit is contained in:
Rares Bozga
2026-01-27 22:05:24 +02:00
parent 06de5efa1a
commit 8549d27f8a
2 changed files with 14 additions and 0 deletions

View File

@@ -99,3 +99,11 @@ liteprofilesutils_world:
- else if <[data].get[type]> == free:
- execute as_player "profile add"
- run liteprofilesutils_show_menu def.player:<player>
## patch whitelisting
on player prelogin:
- define uuid <context.uuid>
- define master <proc[liteprofilesutils_get_master_uuid].context[<player[<[uuid]>]>]>
- if <[master]> == <[uuid]>:
- stop
- adjust <player[<[uuid]>]> whitelisted:<player[<[master]>].is_whitelisted>