Fix error printed to the console on clients.

This commit is contained in:
Relintai 2021-08-31 02:00:49 +02:00
parent 4f7cb3c904
commit 9fb8e01314

View File

@ -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)