Skip to content
Snippets Groups Projects
Commit ac7c0264 authored by dg's avatar dg
Browse files

Fixed the donations popup from showing far too often

git-svn-id: http://svn.net-core.org/repos/t-engine4@6164 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7c3a1cc0
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ function _M:init()
[checkstats] = { invalid = { read={online=true}, write="online" }, valid = { read={online=true}, write="online" } },
["^allow_build$"] = { invalid = { read={offline=true,online=true}, write="offline" }, valid = { read={offline=true,online=true}, write="online" } },
["^achievements$"] = { invalid = { read={offline=true,online=true}, write="offline" }, valid = { read={online=true}, write="online" } },
["^donations$"] = { invalid = { read={offline=true}, write="offline" }, valid = { read={offline=true}, write="offline" } },
}
self:funFactsGrab()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment