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

[BUG] Cancelling PlayerInteractScp330 doesn't prevent the player to obtain a candy #231

Open
Lufou opened this issue Oct 20, 2023 · 0 comments

Comments

@Lufou
Copy link

Lufou commented Oct 20, 2023

It is because

Scp330Bag.ServerProcessPickup(ply, null, out scp330Bag)

is called before

if (!EventManager.ExecuteEvent(playerInteractScp330Event))
{
	return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant