diff options
Diffstat (limited to 'Server/Plugins/APIDump/Classes/BlockEntities.lua')
-rw-r--r-- | Server/Plugins/APIDump/Classes/BlockEntities.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/Classes/BlockEntities.lua b/Server/Plugins/APIDump/Classes/BlockEntities.lua index 3f3552c99..7616d7180 100644 --- a/Server/Plugins/APIDump/Classes/BlockEntities.lua +++ b/Server/Plugins/APIDump/Classes/BlockEntities.lua @@ -1254,7 +1254,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), { { Name = "MobType", - Type = "Globals#MobType", + Type = "eMonsterType", }, }, Notes = "Returns the entity type that will be spawn by this mob spawner.", @@ -1306,7 +1306,7 @@ World:ForEachChestInChunk(Player:GetChunkX(), Player:GetChunkZ(), { { Name = "MobType", - Type = "Globals#MobType", + Type = "eMonsterType", }, }, Notes = "Sets the type of the mob that will be spawned by this mob spawner.", |