make sure entities get update on rename

This commit is contained in:
Nitwel 2024-03-12 12:41:46 +01:00
parent d91b2fb5fc
commit 9e280b60f7

View File

@ -137,6 +137,7 @@ func rename_room(old_room: String, new_name: String):
if store_room != null:
store_room.name = new_name
save_all_entities()
Store.house.save_local()
func get_level(level: int):