Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
12c78224
Commit
12c78224
authored
Jun 24, 2021
by
NicolaiO
🐼
Committed by
TIGERs GitLab
Jun 24, 2021
Browse files
Finisher followup
See merge request main/Sumatra!1417 sumatra-commit: 48ab6963a83de423f52b45cd4d192d625794b8ca
parent
b76b2311
Pipeline
#16937
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
modules/moduli-referee/src/main/java/edu/tigers/sumatra/referee/data/GameState.java
View file @
12c78224
...
@@ -419,6 +419,14 @@ public class GameState
...
@@ -419,6 +419,14 @@ public class GameState
}
}
/**
* @return true if the current state is KICKOFF or PREPARE_KICKOFF
*/
public
boolean
isKickoffForUs
()
{
return
state
==
EGameState
.
KICKOFF
&&
isGameStateForUs
();
}
/**
/**
* @return true if the current state is KICKOFF or PREPARE_KICKOFF
* @return true if the current state is KICKOFF or PREPARE_KICKOFF
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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