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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user