summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-29 14:31:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-29 14:31:15 +0800
commite4cc5406ee784e09d269abcc55488328a6c7e776 (patch)
tree9277cc5b6b26b65ca642baaab502b94fa30c205a /meta/template
parentdacaffef589c98fa8dd5fb7514cb025cc64051f4 (diff)
downloadlua-language-server-e4cc5406ee784e09d269abcc55488328a6c7e776.zip
fix #829
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/math.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua
index 09c75cc6..f987eb0b 100644
--- a/meta/template/math.lua
+++ b/meta/template/math.lua
@@ -184,12 +184,10 @@ function math.random(m, n) end
---#DES 'math.randomseed>5.4'
---@param x? integer
---@param y? integer
----@nodiscard
function math.randomseed(x, y) end
---#else
---#DES 'math.randomseed<5.3'
---@param x integer
----@nodiscard
function math.randomseed(x) end
---#end