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.