mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Move T6 parser to javascript parser
This commit is contained in:
@ -24,7 +24,12 @@ namespace SharedLibraryCore.RCon
|
||||
/// retrieve the value of a DVAR
|
||||
/// RCon password is required
|
||||
/// </summary>
|
||||
DVAR,
|
||||
GET_DVAR,
|
||||
/// <summary>
|
||||
/// set the value of a DVAR
|
||||
/// RCon password is required
|
||||
/// </summary>
|
||||
SET_DVAR,
|
||||
/// <summary>
|
||||
/// execute a command
|
||||
/// RCon password is required
|
||||
|
Reference in New Issue
Block a user