diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 13:58:46 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 13:58:46 +0100 |
commit | f783f59392f5e86c5645195521b2fa008ffe4fe7 (patch) | |
tree | c6f7fb85797f370033af7954fdbce2403a1df07c /src/script/cpp_api | |
parent | 8b58465aa1d63e5f6dbbd9a7a43bfa7dc257c4de (diff) | |
download | dragonfireclient-f783f59392f5e86c5645195521b2fa008ffe4fe7.tar.xz |
Make GitHub Actions Happy try 1
Diffstat (limited to 'src/script/cpp_api')
-rw-r--r-- | src/script/cpp_api/s_client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index ff1c473ae..26fa7abea 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -58,7 +58,9 @@ public: bool on_punchnode(v3s16 p, MapNode node); bool on_placenode(const PointedThing &pointed, const ItemDefinition &item); bool on_item_use(const ItemStack &item, const PointedThing &pointed); - bool on_recieve_physics_override(float override_speed, float override_jump, float override_gravity, bool sneak, bool sneak_glitch, bool new_move); + bool on_recieve_physics_override(float override_speed, float override_jump, + float override_gravity, bool sneak, bool sneak_glitch, + bool new_move); bool on_play_sound(SimpleSoundSpec spec); bool on_spawn_particle(struct ParticleParameters param); |