What's New in Version 1.0.6 See changelog
Released
* Update 1.0.6 * Seperated the earn able currency for research table & tech tree * Performance tweaks. * Updated for facepunch changes.
Anyone having BP duplication issues is not a direct result of this plugin.
It's due to a plugin you are running that kills the player OnDisconnected too early, resulting in the duplication occurring.
To fix, find the plugin and wrap the player.Die(); call in a NextFrame.
private void OnPlayerDisconnected(BasePlayer player) { NextFrame(() => { if (player == null) return; player.Die(); }); }
Released
* Update 1.0.6 * Seperated the earn able currency for research table & tech tree * Performance tweaks. * Updated for facepunch changes.
Total number of downloads.
Total customers served.
Total number of files sold.
Total payments processed.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.