Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Dec 30, 2024
1 parent 69bbc16 commit 84311f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/stars_beyond/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ impl PluginAPI for Plugin {
println!("player_lib");
setup_listeners(&socket, player);

// TODO: move this to example backend
let player_char = world::Object::new("Player Character".to_string(), true);
println!("Player joined: {:?}", player_char.get_uuid().to_string());

Expand Down

0 comments on commit 84311f0

Please sign in to comment.