Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
autumn_rrs
autumn_agent_2023
Commits
04acf4c8
Commit
04acf4c8
authored
Nov 02, 2023
by
Joe Fujisawa
Browse files
fix バグ修正
parent
02140d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/autumn_2023/centralized/AuctionCommandExecutorFire.java
View file @
04acf4c8
...
...
@@ -57,6 +57,7 @@ public class AuctionCommandExecutorFire extends CommandExecutor<CommandFire> {
// 知覚した救助対象の市民の情報をMessageCivilianとして指令所に送信
this
.
worldInfo
.
getChanged
().
getChangedEntities
().
parallelStream
()
.
filter
(
this
::
isRescueTarget
)
.
map
(
this
.
worldInfo
::
getEntity
)
.
filter
(
Civilian
.
class
::
isInstance
)
.
map
(
Civilian
.
class
::
cast
)
.
map
(
e
->
new
MessageCivilian
(
true
,
StandardMessagePriority
.
HIGH
,
e
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment