mirror of
				https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
				synced 2025-10-27 02:19:07 -07:00 
			
		
		
		
	Fix errors that were immediatley obvious
This commit is contained in:
		| @@ -41,14 +41,14 @@ package _codec.versions.version1.a3d.objects | ||||
|          var result:Vector.<Vector.<Vector.<A3DBox>>> = new Vector.<Vector.<Vector.<A3DBox>>>(length1,true); | ||||
|          for(var i1:int = 0; i1 < length1; ) | ||||
|          { | ||||
|             if(!protocolBuffer.optionalMap.OptionalMap()) | ||||
|             if(!protocolBuffer.optionalMap.get()) | ||||
|             { | ||||
|                length2 = LengthCodecHelper.decodeLength(protocolBuffer); | ||||
|                items2 = new Vector.<Vector.<A3DBox>>(length2,true); | ||||
|                result[i1] = items2; | ||||
|                for(i2 = 0; i2 < length2; ) | ||||
|                { | ||||
|                   if(!protocolBuffer.optionalMap.OptionalMap()) | ||||
|                   if(!protocolBuffer.optionalMap.get()) | ||||
|                   { | ||||
|                      length3 = LengthCodecHelper.decodeLength(protocolBuffer); | ||||
|                      items3 = new Vector.<A3DBox>(length3,true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pyogenics
					Pyogenics