- Fixed some issues with spec detection and LibGroupInSpecT-1.1 has need enabled back again.
- Fixed an issue with micro displays not loading settings after a logon. - Another wave of workarounds to prevent the client image cache bug.
This commit is contained in:
@@ -137,10 +137,9 @@
|
||||
|
||||
--> try to get the actor class from name
|
||||
local function get_actor_class (novo_objeto, nome, flag, serial)
|
||||
|
||||
--> get spec
|
||||
if (_detalhes.track_specs) then
|
||||
local have_cached = cached_specs [serial]
|
||||
local have_cached = _detalhes.cached_specs [serial]
|
||||
if (have_cached) then
|
||||
novo_objeto.spec = have_cached
|
||||
--> check is didn't changed the spec:
|
||||
|
||||
Reference in New Issue
Block a user