~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/commands.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
#include "utils/gettext.h"
79
79
#include "utils/process.h"
 
80
#include "utils/timer.h"
80
81
 
81
82
#include "debug.h"
82
83
 
742
743
    if (!player_node)
743
744
        return;
744
745
 
 
746
    if (!features.getBoolValue("allowFollow"))
 
747
        return;
 
748
 
745
749
    if (!args.empty())
746
750
        player_node->setFollow(args);
747
751
    else if (tab && tab->getType() == ChatTab::TAB_WHISPER)