Deprecate get_player_velocity and add_player_velocity (#10173)

This commit is contained in:
rubenwardy 2020-10-04 00:33:45 +01:00 committed by Nils Dagsson Moskopp
parent 3001721dd2
commit 9bac2c659e
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ core.features = {
area_store_persistent_ids = true, area_store_persistent_ids = true,
pathfinder_works = true, pathfinder_works = true,
object_step_has_moveresult = true, object_step_has_moveresult = true,
direct_velocity_on_players = true,
} }
function core.has_feature(arg) function core.has_feature(arg)