mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
serialize SendPropIndentifier as string to not run into js number rounding
This commit is contained in:
parent
50db542080
commit
fefda77884
3 changed files with 37 additions and 4 deletions
|
|
@ -277,7 +277,7 @@
|
|||
"charge": 0
|
||||
}
|
||||
],
|
||||
"buildings": [],
|
||||
"buildings": {},
|
||||
"world": {
|
||||
"boundary_min": {
|
||||
"x": -4523.0,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"charge": 0
|
||||
}
|
||||
],
|
||||
"buildings": [],
|
||||
"buildings": {},
|
||||
"world": {
|
||||
"boundary_min": {
|
||||
"x": -3882.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue