Skip to content

Commit

Permalink
no feedback if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed Jun 4, 2024
1 parent 3f22bf5 commit ff38503
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ namespace GMGreaterThanZeroCommands {
void Spectate(Entity* entity, const SystemAddress& sysAddr, const std::string args) {
if (args.empty()) {
GameMessages::SendForceCameraTargetCycle(entity, false, eCameraTargetCyclingMode::DISALLOW_CYCLING, entity->GetObjectID());
GameMessages::SendSlashCommandFeedbackText(entity, u"No player Given");
return;
}

Expand Down

0 comments on commit ff38503

Please sign in to comment.