Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Edit issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubelotix committed Nov 12, 2023
1 parent 3843457 commit 4bf53ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
uses: "alstr/todo-to-issue-action@v4"
with:
IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]'
ISSUE_TEMPLATE: '{{ title }}\n\n{{ body }}\n\n{{ url }}\n\n'
ISSUE_TEMPLATE: "{{ title }}\n\n{{ body }}\n\n{{ url }}\n\n"
2 changes: 1 addition & 1 deletion minecraft-server/src/world/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct World {
entities: Entities,

loading_manager: RwLock<WorldLoadingManager>,
change_senders: RwLock<HashMap<UUID, MpscSender<WorldChange>>>,
change_senders: RwLock<HashMap<UUID, MpscSender<WorldChange>>>, // TODO: Add a way to select events you want to subscribe to
}

impl World {
Expand Down

0 comments on commit 4bf53ad

Please sign in to comment.