We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9742b11 commit b437730Copy full SHA for b437730
src/Features/Settings.lua
@@ -19,7 +19,7 @@ local Settings = { context = "client" }
19
--- @class Settings
20
--- This is a MapLib Feature. It can be accessed by `MapLib:GetFeature("Settings")`.
21
22
---- This function is used to get a map setting's value.
+--- This function is used to get a player setting's value.
23
function Settings:GetSetting(settingName: string): any?
24
local settingsTable = SettingsModule:GetSettings()
25
0 commit comments