mirror of
https://github.com/APercy/automobiles_pck
synced 2025-06-17 14:28:02 +02:00
fix on entity text
This commit is contained in:
parent
3c554f1ce7
commit
a78e6418a8
@ -353,7 +353,7 @@ minetest.register_entity("automobiles_trans_am:trans_am", {
|
||||
self._trans_am_type = data.stored_trans_am_type
|
||||
self._car_gravity = data.stored_car_gravity or -automobiles_lib.gravity
|
||||
|
||||
automobiles_lib.setText(self, "trans_am")
|
||||
automobiles_lib.setText(self, "Trans Am")
|
||||
end
|
||||
|
||||
self.object:set_animation({x = 1, y = 8}, 0, 0, true)
|
||||
|
Loading…
Reference in New Issue
Block a user