Make NetID use 1000+ range
This commit is contained in:
parent
a2399f8842
commit
d345316db8
|
|
@ -2,6 +2,6 @@ namespace Content.Shared.GameObjects
|
|||
{
|
||||
public static class ContentNetIDs
|
||||
{
|
||||
public const uint HANDS = 0;
|
||||
public const uint HANDS = 1000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue