mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	address feedbacl
This commit is contained in:
		| @@ -98,7 +98,7 @@ namespace ClientPackets { | ||||
| 			bitStream.Write<uint8_t>(it.second); // length | ||||
| 			toWrite--; | ||||
| 		} | ||||
| 		for (toWrite; toWrite <= 0; toWrite--) { | ||||
| 		for (; toWrite <= 0; toWrite--) { | ||||
| 			bitStream.Write<uint16_t>(0); | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aronwk
					Aronwk