This reverts functional changes of: * commitbf52d1e6(#14436) * commit63a98538(#14341)
This commit is contained in:
@@ -239,9 +239,6 @@ class Server : public con::PeerHandler, public MapEventReceiver,
|
||||
s32 playSound(ServerPlayingSound ¶ms, bool ephemeral=false);
|
||||
void stopSound(s32 handle);
|
||||
void fadeSound(s32 handle, float step, float gain);
|
||||
// Stop all sounds attached to given objects, for a certain client
|
||||
void stopAttachedSounds(session_t peer_id,
|
||||
const std::vector<u16> &object_ids);
|
||||
|
||||
// Envlock
|
||||
std::set<std::string> getPlayerEffectivePrivs(const std::string &name);
|
||||
|
||||
Reference in New Issue
Block a user