1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

Clean colors and fix player count with new method

This commit is contained in:
raidmax@live.com
2015-05-09 14:03:15 -05:00
parent 5a5dd1ab88
commit 6afbff46f9
4 changed files with 10 additions and 14 deletions

View File

@ -72,7 +72,7 @@ namespace IW4MAdmin
public uint flags;
[FieldOffset(12)]
short type;
public short type;
[FieldOffset(16)]
public IntPtr current;
@ -94,21 +94,13 @@ namespace IW4MAdmin
public struct dvar
{
public String name;
public String description;
public int flags;
short type;
public short type;
public String current;
public String latched;
public String _default;
public int min;
public int max;
}