1
0
Fork 0

Corrected type for param Pos on spawn enter crystal (#5012)

This commit is contained in:
Lukas Pioch 2020-10-30 09:38:11 +01:00 committed by GitHub
parent 961d5eb420
commit ce1ceba5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3312,7 +3312,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
{
{
Name = "Pos",
Type = "Vector3i",
Type = "Vector3d",
},
{
Name = "ShowBottom",