We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf654 commit bcbeef1Copy full SHA for bcbeef1
1 file changed
src/lib.rs
@@ -25,7 +25,7 @@ pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");
25
/// Handles the plugin being attached to the game
26
fn attach() {
27
// Suspend all game threads so the user has a chance to connect to a server
28
- unsafe { threads::suspend_all_threads() };
+ threads::suspend_all_threads();
29
30
// Debug allocates a console window to display output
31
#[cfg(debug_assertions)]
0 commit comments