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

Overhaul on how servers are handled - DOES NOT BUILD YET!

This commit is contained in:
raidmax@live.com
2015-07-02 23:10:01 -05:00
parent 6afbff46f9
commit b8557fdb81
9 changed files with 204 additions and 84 deletions

View File

@ -104,8 +104,6 @@ namespace IW4MAdmin
public int max;
}
class Helpers
{
public static String NET_AdrToString(netadr_t a)
@ -122,5 +120,4 @@ namespace IW4MAdmin
return (T)Marshal.PtrToStructure(new IntPtr(b), typeof(T));
}
}
}