Added parentheses for clarity.
This commit is contained in:
parent
a765e43ee0
commit
7c731dbd8a
@ -36,7 +36,7 @@ function OnServerPing(ClientHandle, ServerDescription, OnlinePlayers, MaxPlayers
|
|||||||
-- Change favicon
|
-- Change favicon
|
||||||
if cFile:IsFile("my-favicon.png") then
|
if cFile:IsFile("my-favicon.png") then
|
||||||
local FaviconData = cFile:ReadWholeFile("my-favicon.png")
|
local FaviconData = cFile:ReadWholeFile("my-favicon.png")
|
||||||
if FaviconData ~= "" and FaviconData ~= nil then
|
if (FaviconData ~= "") and (FaviconData ~= nil) then
|
||||||
Favicon = Base64Encode(FaviconData)
|
Favicon = Base64Encode(FaviconData)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user