is somewhat confusing.
The last parameter is named bShouldSkipGameNotify, while the description of the parameter is
whether to notify the clients/game or not
As you can see, the name and the description is the opposite of each other.
You need to use false for the last parameter (if true, it won’t notify clients). Atleast that was my problem.