mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 13:39:47 +02:00
Update asset server number
This commit is contained in:
parent
1e6ff8a1e4
commit
3eff605d72
1 changed files with 4 additions and 5 deletions
|
@ -29,12 +29,11 @@ public:
|
|||
AudioMixerType = 0,
|
||||
AvatarMixerType = 1,
|
||||
AgentType = 2,
|
||||
UNUSED_0 = 3,
|
||||
UNUSED_1 = 4,
|
||||
UNUSED_2 = 5,
|
||||
AssetServerType = 3,
|
||||
UNUSED_0 = 4,
|
||||
UNUSED_1 = 5,
|
||||
EntityServerType = 6,
|
||||
AssetServerType = 7,
|
||||
AllTypes = 8
|
||||
AllTypes = 7
|
||||
};
|
||||
|
||||
enum Command {
|
||||
|
|
Loading…
Reference in a new issue