From 871e14178b4d301ede92787dd9a6a986198a6811 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 19 Apr 2015 19:58:57 +0200 Subject: [PATCH] Fix a tag typo in datapack.inc --- plugins/include/datapack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index 1b6894fd..46c5cf81 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -89,7 +89,7 @@ native any:ReadPackCell(DataPack:pack); * @error If an invalid handle is provided, or not enough data is left * in the datapack, an error will be thrown. */ -native Float:ReadPackFloat(datapack:pack); +native Float:ReadPackFloat(DataPack:pack); /** * Reads a string from a Datapack.