This commit is contained in:
Lizzy Fleckenstein 2021-04-11 10:41:11 +02:00
parent ce49cd02ac
commit 2313012f60
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function mcl_bossbars.add_bar(player, def, dynamic, priority)
bar.id = last_id + 1
last_id = bar.id
mcl_bossbars.static[bar.id] = bar
return id
return bar.id
end
end