mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[no gbp] Small socks fix (#96512)
## About The Pull Request This was supposed to be icon_state_to_use ## Changelog Not player-facing
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
result = mutable_appearance(created)
|
||||
|
||||
else // no caching necessary
|
||||
result = mutable_appearance(icon, icon_state)
|
||||
result = mutable_appearance(icon, icon_state_to_use)
|
||||
|
||||
result.layer = -layer
|
||||
result.color = use_static ? null : color
|
||||
|
||||
Reference in New Issue
Block a user