Skip to content

Commit

Permalink
Fixed configuration mapping of greeting area
Browse files Browse the repository at this point in the history
  • Loading branch information
timosmit committed May 16, 2020
1 parent b51596d commit 0f78176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luascripts/wolfadmin/config/config.lua
Expand Up @@ -131,7 +131,7 @@ local cfgStructure = {
},
["greetings"] = {
["file"] = "g_fileGreetings",
["area"] = "g_greetingsArea",
["area"] = "g_greetingArea",
["bots"] = "g_botGreetings"
},
["records"] = {
Expand Down

0 comments on commit 0f78176

Please sign in to comment.