running when not ingame 🤔
This commit is contained in:
parent
74a63c9ce4
commit
1e42e40b67
@ -51,6 +51,8 @@ void draw()
|
||||
{
|
||||
if (!enabled)
|
||||
return;
|
||||
if (!CE_GOOD(LOCAL_E))
|
||||
return;
|
||||
std::vector<Vector> points;
|
||||
Vector screen;
|
||||
for (int i = 0; i <= HIGHEST_ENTITY; i++)
|
||||
|
Reference in New Issue
Block a user