Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to concatenate CRules.isWarmup() to a string crashes server #126

Open
bunniewormy opened this issue Oct 8, 2021 · 0 comments
Open
Labels
asjit AngelScript JIT related issue bug Something isn't working

Comments

@bunniewormy
Copy link

bunniewormy commented Oct 8, 2021

Doesn't happen on normal build

What works fine:

bool wm = true;
printf('d' + wm);

printf('d' + getRules().get_bool("tutorial"));

What crashes:

printf('d' + getRules().isWarmup());

bool wm = getRules().isWarmup();
printf('d' + wm);

'uwu' + getRules().isWarmup();

This happens both when done in a script or by using console

@bunniewormy bunniewormy changed the title trying to print CRules.isWarmup() crashes server trying to concatenate CRules.isWarmup() to a string crashes server Oct 8, 2021
@asumagic asumagic added asjit AngelScript JIT related issue bug Something isn't working labels Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asjit AngelScript JIT related issue bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants