Skip to content

Commit

Permalink
Mark the microcode var for later removal
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone committed Nov 28, 2023
1 parent 39b3a4b commit f4bcd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/wire/zvm/zvm_core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
-- Virtual machine implementation core
--------------------------------------------------------------------------------
ZVM = {}
-- TODO: Remove microcode debugging, it's not possible to access normally.
if not SERVER and not CLIENT then
ZVM.MicrocodeDebug = true
end
Expand Down

0 comments on commit f4bcd4e

Please sign in to comment.