Remove call_event

This commit is contained in:
Maxim Khomutov 2023-07-08 02:02:17 +03:00
parent 82ba54158e
commit 3a01274eee

View File

@ -100,7 +100,6 @@ if not os.path.exists("plugins"):
pl = PluginsLoader("plugins")
pl.load_plugins()
ev.call_event("on_started")
builtins.B = 1
builtins.KB = B * 1024