Skip to content

Commit cf31ae6

Browse files
committed
Client should be last window for now
1 parent 93b6bd9 commit cf31ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/tag/ModuleTag.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ data class ModuleTag(override val name: String) : Nameable {
3030
val AUTOMATION = ModuleTag("Automation")
3131
val GRIM = ModuleTag("Grim")
3232

33-
val defaults = listOf(COMBAT, MOVEMENT, RENDER, PLAYER, CLIENT, NETWORK, DEBUG)
33+
val defaults = listOf(COMBAT, MOVEMENT, RENDER, PLAYER, NETWORK, DEBUG, CLIENT)
3434
}
3535
}

0 commit comments

Comments
 (0)