Corrected type for param Pos on spawn enter crystal (#5012)
This commit is contained in:
parent
961d5eb420
commit
ce1ceba5b3
@ -3312,7 +3312,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
|
|||||||
{
|
{
|
||||||
{
|
{
|
||||||
Name = "Pos",
|
Name = "Pos",
|
||||||
Type = "Vector3i",
|
Type = "Vector3d",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name = "ShowBottom",
|
Name = "ShowBottom",
|
||||||
|
Loading…
Reference in New Issue
Block a user