Update gamedef.h

master
rarkenin 2013-03-16 19:06:59 -03:00
parent 31ffc24e4a
commit 037bc517dd
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public:
// Used on the client // Used on the client
virtual bool checkLocalPrivilege(const std::string &priv) virtual bool checkLocalPrivilege(const std::string &priv)
{ return false; } { return true; }
// Shorthands // Shorthands
IItemDefManager* idef(){return getItemDefManager();} IItemDefManager* idef(){return getItemDefManager();}