From a35bc43cab132292f49c7014332104107e972b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Gr=C3=BCnbacher?= Date: Mon, 6 Apr 2015 13:33:55 +0200 Subject: [PATCH] datapack.inc: Fix copy-pasted error description --- plugins/include/datapack.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index 1b6894fd..4d96970f 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -147,10 +147,9 @@ native SetPackPosition(DataPack:pack, position); * @param pack Datapack handle * * @return True if datapack has reached the end, false otherwise - * @error If an invalid handle is provided, or the new position is - * out of datapack bounds, an error will be thrown. + * @error If an invalid handle is provided, an error will be thrown. */ - native bool:IsPackEnded(DataPack:pack); +native bool:IsPackEnded(DataPack:pack); /** * Destroys the datapack and frees its memory.