Scripts/Commands: No one likes tabs :(

This commit is contained in:
Nay
2012-06-21 01:38:55 +01:00
parent 7e6273315c
commit 874dff2050
2 changed files with 2 additions and 2 deletions

View File

@@ -667,7 +667,7 @@ void AddCommandScripts()
AddSC_quest_commandscript();
AddSC_reload_commandscript();
AddSC_tele_commandscript();
AddSC_server_commandscript();
AddSC_server_commandscript();
AddSC_titles_commandscript();
AddSC_wp_commandscript();
AddSC_character_commandscript();

View File

@@ -1390,7 +1390,7 @@ public:
if (!target)
target = handler->GetSession()->GetPlayer();
// check online security
// check online security
else if (target->GetTypeId() == TYPEID_PLAYER && handler->HasLowerSecurity(target->ToPlayer(), 0))
return false;