mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
fixed size of m_aTuneParams. Closes #1420
This commit is contained in:
parent
ead8b9c82c
commit
821e4316c6
|
@ -199,7 +199,7 @@ Objects = [
|
||||||
|
|
||||||
NetObject("De_TuneParams", [
|
NetObject("De_TuneParams", [
|
||||||
# todo: should be done differently
|
# todo: should be done differently
|
||||||
NetArray(NetIntAny("m_aTuneParams"), 33),
|
NetArray(NetIntAny("m_aTuneParams"), 32),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
## Events
|
## Events
|
||||||
|
|
Loading…
Reference in a new issue