X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=gameserver.h;h=07ba7a0d62d3df8e8cf20078517202e74fb485e9;hb=78cc452a8343821ba47c0905d755657847dafd25;hp=ac1c4914201c5b8cca64e8ed825c36e9ba0f2164;hpb=15c0b8cb57ed5d10814103eaa0b5c06e8ae117e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gameserver.h b/gameserver.h index ac1c491..07ba7a0 100644 --- a/gameserver.h +++ b/gameserver.h @@ -36,6 +36,9 @@ struct { } items[k_netmsg_playeritem_max]; + char region[ NETWORK_REGION_MAX ]; + u32 region_flags; + u64 steamid; } clients[ NETWORK_MAX_PLAYERS ];