Skip to content
Snippets Groups Projects

Get player location

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