Skip to content

Commit

Permalink
fix default strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Feb 2, 2024
1 parent 6ea4272 commit a0ca077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

plugins {
application
`java-library`
`maven-publish`
signing
kotlin("jvm")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DefaultStrategy(agent: AgentInterface) : AbstractStrategy(agent) {
*/
override fun loadRules() {
//-------------------------------------------->
"Just Go" swat ALPHA and FOXTROT inCase { true } then { agent.go()}
"Just Go" all inCase { true } then { agent.go()}
//-------------------------------------------->
// Füge hier die Regel mit der nächst höheren Priorität ein. <---- !!! HIER STARTEN !!!
//-------------------------------------------->
Expand Down

0 comments on commit a0ca077

Please sign in to comment.