[MIRROR] Refactors machine_stat and is_processing() to process on demand (#515)

* Refactors machine_stat and is_processing() to process on demand (#53150)

* Refactors machine_stat and is_processing() to process on demand

* Fixes master (#53193)

* fixes master, damn it me/mothblocks

* fuck again

* ANOTHER ONE

* Fixes master

Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-26 01:21:26 +02:00
committed by GitHub
parent c886d68a6b
commit 63a0ca874c
62 changed files with 272 additions and 165 deletions
@@ -25,7 +25,7 @@
dos_speed = NTNETSPEED_ETHERNET * 10
if(target && executed)
target.dos_overload += dos_speed
if(!target.is_operational())
if(!target.is_operational)
target.dos_sources.Remove(src)
target = null
error = "Connection to destination relay lost."