| Conditions | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | package de.pewpewproject.lasertag.command.lasertag.game; |
||
| 19 | protected Optional<CommandFeedback> execute(CommandContext<ServerCommandSource> context) { |
||
| 20 | |||
| 21 | // Get the game managers |
||
| 22 | var gameManager = context.getSource().getWorld().getServerLasertagManager(); |
||
| 23 | |||
| 24 | gameManager.stopLasertagGame(); |
||
| 25 | |||
| 26 | return Optional.empty(); |
||
| 27 | } |
||
| 35 |