From 5d89599799da085825f501eabf08db167466e724 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 23 Jun 2010 23:40:53 -0400 Subject: [PATCH] Backed out changeset: 6c4d95b625ea --- editor/npp/create-pawn-npp.pl | 4 ++-- plugins/basetriggers.sp | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/editor/npp/create-pawn-npp.pl b/editor/npp/create-pawn-npp.pl index 6d561764..f37d6370 100644 --- a/editor/npp/create-pawn-npp.pl +++ b/editor/npp/create-pawn-npp.pl @@ -4,7 +4,7 @@ my $output = < - + @@ -12,7 +12,7 @@ my $output = <"'0"'0 { } - + - * / = ! % & ( ) , . : ; ? @ [ ] ^ | ~ + < = > + - ! % & ( ) , . : ; ? @ [ \ ] ^ | ~ + < = > 1/* 2*/ 0// for if else do while switch case default return break continue new decl public stock const enum forward static funcenum functag native sizeof true false # diff --git a/plugins/basetriggers.sp b/plugins/basetriggers.sp index 0a93c04a..b3428134 100644 --- a/plugins/basetriggers.sp +++ b/plugins/basetriggers.sp @@ -210,12 +210,6 @@ public Action:Command_Nextmap(client, args) public Action:Command_Motd(client, args) { - if (client == 0) - { - ReplyToCommand(client, "[SM] %t", "Command is in-game only"); - return Plugin_Handled; - } - ShowMOTDPanel(client, "Message Of The Day", "motd", MOTDPANEL_TYPE_INDEX); return Plugin_Handled;