skin: fix battlefield description

This commit is contained in:
shagu
2019-03-10 13:27:38 +01:00
parent ce4d7041f5
commit 98b73c666d
+1 -1
View File
@@ -1,4 +1,4 @@
pfUI:RegisterSkin("Battlefield Map", function ()
pfUI:RegisterSkin("Battlefield", function ()
local border = tonumber(pfUI_config.appearance.border.default)
local bpad = border > 1 and border - 1 or 1