mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-24 10:25:20 +01:00
error --> sounds.gainplayers[name] = sounds.gaindefault
"""
local _ = {}
_[1] = {["other"] = 50, ["ambience"] = 50, ["music"] = 70, ["mobs"] = 30}
return {["azerty"] = _[1], ["crabman3"] = _[1]}
"""
fixed --> sounds.gainplayers[name]= { ["music"] = 50, ["ambience"] = 50, ["mobs"] = 50, ["other"] = 50 }
and delete unused variable sounds.gaindefault
3.1 KiB
3.1 KiB