Update entities.lua

initialising variable
This commit is contained in:
Alexsandro Percy 2023-05-24 16:51:53 -03:00 committed by GitHub
parent 773c2956e1
commit 96fe4f2d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ minetest.register_entity("steampunk_blimp:blimp", {
physics = steampunk_blimp.physics,
hull_integrity = nil,
owner = "",
time_total = 0,
_shared_owners = {},
_engine_running = false,
_power_lever = 0,