Update ProfileManager call.

This commit is contained in:
Relintai 2020-06-13 15:36:21 +02:00
parent 315df2a10a
commit dc6aab9a2d
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ var spell_book_button
export (NodePath) var lock_button_path export (NodePath) var lock_button_path
var lock_button var lock_button
var player var player : Entity
func _ready(): func _ready():
lock_button = get_node(lock_button_path) lock_button = get_node(lock_button_path)
@ -47,7 +47,7 @@ func _lock_button_click():
if cls == null: if cls == null:
return return
var profile = ProfileManager.get_class_profile(cls.id) var profile = ProfileManager.getc_player_profile().get_class_profile(cls.resource_path)
profile.actionbar_locked = not profile.actionbar_locked profile.actionbar_locked = not profile.actionbar_locked