Facepunch / sbox-issues

176 stars 12 forks source link

Application.IsDebug just returns true #6511

Closed Coomzy closed 1 month ago

Coomzy commented 1 month ago

Describe the bug

Application.IsDebug just returns true

To Reproduce

N/A

Expected behavior

I expect it to tell me if it's a debug session, for now can it just return IsEditor || IsJoinLocal?

Media/Files

No response

Additional context

No response

Coomzy commented 1 month ago

Now it's just returning false? (In editor)

aylaylay commented 1 month ago

That's because it's not debug

Coomzy commented 1 month ago

Oh it's for Sandbox itself, not relative to my project?

aylaylay commented 1 month ago

Yup. Tbh I don't know why we have it public.