aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-12-12 13:58:46 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-12-12 13:58:46 +0100
commitf783f59392f5e86c5645195521b2fa008ffe4fe7 (patch)
treec6f7fb85797f370033af7954fdbce2403a1df07c /src/script/cpp_api
parent8b58465aa1d63e5f6dbbd9a7a43bfa7dc257c4de (diff)
downloaddragonfireclient-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.h4
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);