Skip to content

Commit

Permalink
Update server.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque authored Feb 22, 2024
1 parent 6b29ab2 commit e045499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub struct Server {
unsafe impl Send for Server {}
unsafe impl Sync for Server {}


/// Used to set the mode that a gameserver will run in
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum ServerMode {
Expand Down

0 comments on commit e045499

Please sign in to comment.