From 437ac874a052619a554b3df94ed8b1d4eb0a1ee9 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 3 Oct 2016 16:24:47 +0200 Subject: APIDump: Check param and return types. --- Server/Plugins/APIDump/Classes/BlockEntities.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Server/Plugins/APIDump/Classes/BlockEntities.lua') 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.", -- cgit v1.2.3