Fix a tag typo in datapack.inc
This commit is contained in:
parent
0bfc04bb14
commit
871e14178b
|
@ -89,7 +89,7 @@ native any:ReadPackCell(DataPack:pack);
|
||||||
* @error If an invalid handle is provided, or not enough data is left
|
* @error If an invalid handle is provided, or not enough data is left
|
||||||
* in the datapack, an error will be thrown.
|
* in the datapack, an error will be thrown.
|
||||||
*/
|
*/
|
||||||
native Float:ReadPackFloat(datapack:pack);
|
native Float:ReadPackFloat(DataPack:pack);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads a string from a Datapack.
|
* Reads a string from a Datapack.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user