Skip to content

Commit

Permalink
Cleaned up example
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 22, 2023
1 parent 2ec789a commit 174d664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples.script
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local monarch = require "monarch.monarch"

function init(self)
math.randomseed(os.time()) math.random() math.random()
math.randomseed(os.time())
if steam then
msg.post("#", "show_menu")
msg.post("#notavailable", "disable")
Expand Down

0 comments on commit 174d664

Please sign in to comment.