mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
Fixes emotes not initializing on start (#18037)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// - Impaired messages do not do any substitutions.
|
||||
|
||||
/proc/get_emote_by_key(var/key)
|
||||
if(!GLOB.emotes_by_key)
|
||||
if(!LAZYLEN(GLOB.emotes_by_key))
|
||||
decls_repository.get_decls_of_type(/decl/emote) // GLOB.emotes_by_key will be updated in emote Initialize()
|
||||
return GLOB.emotes_by_key[key]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user