mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-30 04:22:31 +02:00
Make object ID start at 1
This commit is contained in:
@@ -30,6 +30,7 @@ func NewStage(ID string) *Stage {
|
||||
id: ID,
|
||||
objects: make(map[uint32]*StageObject),
|
||||
clients: make(map[*Session]uint32),
|
||||
gameObjectCount: 1,
|
||||
}
|
||||
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user