Skip to content

Commit

Permalink
add /world.Tick() to unimplmented (#2195)
Browse files Browse the repository at this point in the history
Co-authored-by: wixoa <[email protected]>
  • Loading branch information
amylizzle and wixoaGit authored Feb 1, 2025
1 parent 7dc9067 commit fcc7d07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DMCompiler/DMStandard/Types/World.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
set opendream_unimplemented = TRUE
proc/Topic(T,Addr,Master,Keys)

proc/Tick()
set opendream_unimplemented = TRUE

proc/SetScores()
set opendream_unimplemented = TRUE

Expand Down

0 comments on commit fcc7d07

Please sign in to comment.