Skip to content

Commit

Permalink
Fixed|CommandAction: Missing call of base class trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 20, 2013
1 parent b73389d commit 8d7faea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/client/src/ui/commandaction.cpp
Expand Up @@ -28,5 +28,7 @@ CommandAction::CommandAction(String const &cmd, int commandSource)

void CommandAction::trigger()
{
Action::trigger();

Con_Execute(_source, _command.toUtf8(), false /*silent*/, false /*net*/);
}

0 comments on commit 8d7faea

Please sign in to comment.