Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
I use http://pastebin.com/r2t7xnH6 and now does it only getting 191 and not 192. I hope they fix this soon.
Offline
I personally use
string serverVersion = (roomCode.StartsWith("BW") ? "Beta" : "Everybodyedits") + userClient.BigDB.Load("config", "config")["version"];
Where roomCode is the... Roomcode (surprise surprice).
The first part "(roomCode.StartsWith("BW") ? "Beta" : "Everybodyedits")" checks if it's beta or not. The second part "userClient.BigDB.Load("config", "config")["version"]" gets the current version.
I like single liners.
Offline
I personally use
string serverVersion = (roomCode.StartsWith("BW") ? "Beta" : "Everybodyedits") + userClient.BigDB.Load("config", "config")["version"];
Where roomCode is the... Roomcode (surprise surprice).
The first part "(roomCode.StartsWith("BW") ? "Beta" : "Everybodyedits")" checks if it's beta or not. The second part "userClient.BigDB.Load("config", "config")["version"]" gets the current version.I like single liners.
I use something similar, but was too lazy to paste it.
Offline
Pages: 1
[ Started around 1732483575.9372 - Generated in 0.036 seconds, 12 queries executed - Memory usage: 1.4 MiB (Peak: 1.5 MiB) ]