PDA

View Full Version : HostingBuddy Error?


Pac-Man
25 Oct 2012, 18:46
Hi,

tried to do another match with !again in the stats screen. Just got

"Error: AssertError Failure GameHost(507) "

and a sh*tface from HB.

Just so you'd know ;)

CyberShadow
25 Oct 2012, 22:39
if(!host.status==GameStatus.LobbyEnd)http://dump.thecybershadow.net/91f667465806396d88f9d193dcfecade/facepalm.gif

Pac-Man
26 Oct 2012, 07:34
Shouldn't it be
if (host.status != GameStatus.LobbyEnd)
otherwise it doesn't explain much cuz of missing surrounding code :-/

CyberShadow
26 Oct 2012, 11:32
Yes .