Fix a tag typo in datapack.inc

This commit is contained in:
Arkshine 2015-04-19 19:58:57 +02:00
parent 0bfc04bb14
commit 871e14178b

View File

@ -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.