fixed typo

This commit is contained in:
Sokomine 2022-09-04 06:16:08 +02:00
parent e842960830
commit 1a7184420a

View File

@ -444,7 +444,7 @@ yl_speak_up.custom_property_self_order = function(pname, property_name, property
return "This function handles only the self.order property."
end
if(property_value == "stand") then
property_data.entity.state = stand
property_data.entity.state = "stand"
property_data.entity.attack = nil
property_data.entity:set_animation("stand")
property_data.entity:set_velocity(0)