Skip to content
Snippets Groups Projects

Get player location

Merged Ghost User requested to merge get-player-location into Development
2 files
+ 25
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -79,7 +79,7 @@ export class FactionController {
// :id is the id of the game, and is needed for GameStates to check the state of the game
@Put('join-faction/:id')
@UseGuards(new AuthGuard())
@GameStates('CREATED')
@GameStates('CREATED', 'STARTED')
@UsePipes(new ValidationPipe())
joinFaction(
@User('id') person,
Loading