diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-28 17:04:05 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-28 17:04:20 -0400 |
| commit | 3a3e80a1793601293402bca5cafdfde664121b14 (patch) | |
| tree | 94fe8d50762563d252b86ca92a10d3a1823b0853 /core/src/config/Config.kt | |
| parent | initial (diff) | |
| download | kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.tar.gz kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.tar.bz2 kenshinshideandseek2-3a3e80a1793601293402bca5cafdfde664121b14.zip | |
2.0.0-alpha1v2.0.0-alpha1
Diffstat (limited to 'core/src/config/Config.kt')
| -rw-r--r-- | core/src/config/Config.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/config/Config.kt b/core/src/config/Config.kt index 5cb2406..fb88554 100644 --- a/core/src/config/Config.kt +++ b/core/src/config/Config.kt @@ -187,7 +187,7 @@ data class KhsConfig( "By default, when a HIDER dies they will join the SEEKER team. If enabled they will instead become a SPECTATOR." ) var respawnAsSpectator: Boolean = false, - @Comment("Along with a char message, display a title describing the game over") + @Comment("Along with a chat message, display a title describing the game over") var gameOverTitle: Boolean = true, @Comment("Configure items given to spectators") var spectatorItems: SpectatorItemsConfig = SpectatorItemsConfig(), |