mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-28 13:27:10 +01:00
Fix error printed to the console on clients.
This commit is contained in:
parent
4f7cb3c904
commit
9fb8e01314
@ -49,6 +49,7 @@ func _centity_data_changed(cls: EntityData) -> void:
|
|||||||
return
|
return
|
||||||
|
|
||||||
_abp = _player.get_action_bar_profile()
|
_abp = _player.get_action_bar_profile()
|
||||||
|
_abp.connect("changed", self, "on_changed")
|
||||||
|
|
||||||
for i in range(_abp.get_action_bar_count()):
|
for i in range(_abp.get_action_bar_count()):
|
||||||
var abe = _abp.get_action_bar(i)
|
var abe = _abp.get_action_bar(i)
|
||||||
|
Loading…
Reference in New Issue
Block a user