datapack.inc: Fix copy-pasted error description
This commit is contained in:
		@@ -147,8 +147,7 @@ native SetPackPosition(DataPack:pack, position);
 | 
				
			|||||||
 * @param pack      Datapack handle
 | 
					 * @param pack      Datapack handle
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @return          True if datapack has reached the end, false otherwise
 | 
					 * @return          True if datapack has reached the end, false otherwise
 | 
				
			||||||
 * @error           If an invalid handle is provided, or the new position is
 | 
					 * @error           If an invalid handle is provided, an error will be thrown.
 | 
				
			||||||
 *                  out of datapack bounds, an error will be thrown.
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
native bool:IsPackEnded(DataPack:pack);
 | 
					native bool:IsPackEnded(DataPack:pack);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user