mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-23 14:25:55 +00:00
Merge pull request #60 from tiennm99/main
[Protocol, Gdscript] (Fix) wrong writeIntLongMap
This commit is contained in:
@@ -469,7 +469,7 @@ func writeIntLongMap(map):
|
||||
else:
|
||||
writeInt(map.size())
|
||||
for key in map:
|
||||
writeInt(map)
|
||||
writeInt(key)
|
||||
writeLong(map[key])
|
||||
|
||||
func readIntLongMap():
|
||||
|
||||
Reference in New Issue
Block a user