Commit 6a73c7c2 authored by jan.koester's avatar jan.koester
Browse files

fxied

parent e845e160
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -130,7 +130,9 @@ void gameinfo::HldsView::_parse(HldsData &info,const char* data, size_t len){


    if(info.header!=0x49){
        throw "_parse: no hlds server!";
         GameInfoException e;
         e[GameInfoException::Error] << "_parse: no hlds server!";
         throw e;
    }

    info.protocol=data[0];