fix qthread destroy on executable.

This commit is contained in:
2026-03-23 14:51:20 +01:00
parent b52d37c14f
commit 335e709bc6
3 changed files with 8 additions and 7 deletions

View File

@@ -17,5 +17,5 @@ class WhiteList:
api_data = response.json()
PlayerServerInfo.is_whitelist = api_data.get('whitelisted', False)
#PlayerServerInfo.is_staff = api_data.get('isStaff', False)
PlayerServerInfo.is_staff = True
PlayerServerInfo.is_staff = api_data.get('isStaff', False)
#PlayerServerInfo.is_staff = True