1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Fix data type in doc

This commit is contained in:
plague006 2019-02-02 16:41:43 -05:00 committed by Matthew Heguy
parent e9dd55f1af
commit 2be5f6c80b

View File

@ -58,7 +58,7 @@ local function player_joined(event)
end
--- Returns the table of donators
-- @return <boolean>
-- @return <table>
function Public.get_donators()
return donators
end