add is_valid() function to fake player

8ed55b3aff
This commit is contained in:
OgelGames 2024-07-05 11:37:52 +10:00
parent 80ea83f1c1
commit c1cf529712

View File

@ -441,6 +441,10 @@ function fake_player.hud_get_hotbar_selected_image()
return ""
end
function fake_player.is_valid()
return true
end
-- No-op functions
----------------------------------------
do