diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-17 14:40:17 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-17 14:40:17 +0100 |
commit | f837ce82d4749faff10978d1191f653437eea84a (patch) | |
tree | a595cadace9e3acbbe2b85acebb2e975d9c612da /tocltcmds.go | |
parent | 691802146fb059618d3d49be1c6d52048ee16dae (diff) |
Switch to Minetest 5.8.0
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index a545407..9e64979 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -328,6 +328,7 @@ type ToCltPlaySound struct { Fade float32 Pitch float32 Ephemeral bool + StartTime float32 } // ToCltStopSound tells the client to stop playing a sound. |