forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -43,7 +43,7 @@ function hotkeys_cycle_trace_view(pressed)
|
||||
return
|
||||
end
|
||||
trace_cycle = (trace_cycle + 1) % 3
|
||||
trace_commands = {"trace hide", "trace show", "trace show -e -c"}
|
||||
trace_commands = { "trace hide", "trace show", "trace show -e -c" }
|
||||
exec(trace_commands[trace_cycle + 1])
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user