We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c554d commit e815617Copy full SHA for e815617
src/Entity/Game/Russianroulette.php
@@ -150,7 +150,7 @@ protected function gameAction(): ServerResponse
150
$gameOutput .= Emoji::trophy() . ' <b>' . __("{PLAYER} won!", ['{PLAYER}' => '</b>' . $this->getUserMention($data['settings']['X']) . '<b>']) . '</b>';
151
152
153
- if ($data['settings']['X'] === 'host') {
+ if ($data['settings']['O'] === 'host') {
154
$this->data['players']['host'] = $this->data['players']['guest'];
155
$this->data['players']['guest'] = null;
156
} else {
0 commit comments