unmeme a dvar check

This commit is contained in:
RaidMax
2020-04-18 17:48:49 -05:00
parent ee087f1c85
commit 0b643b2099
5 changed files with 12 additions and 4 deletions

View File

@ -33,6 +33,7 @@ namespace IW4MAdmin.Application.RconParsers
RConGetStatus = "ÿÿÿÿgetstatus",
RConGetInfo = "ÿÿÿÿgetinfo",
RConResponse = "ÿÿÿÿprint",
RconGetInfoResponseHeader = "ÿÿÿÿinfoResponse"
},
ServerNotRunningResponse = "Server is not running."
};