Make NetID use 1000+ range

This commit is contained in:
PJB3005 2017-09-26 21:58:45 +02:00
parent a2399f8842
commit d345316db8
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ namespace Content.Shared.GameObjects
{
public static class ContentNetIDs
{
public const uint HANDS = 0;
public const uint HANDS = 1000;
}
}