Backed out changeset: 6c4d95b625ea
This commit is contained in:
parent
2eb5b5eb67
commit
5d89599799
@ -4,7 +4,7 @@ my $output = <<EOF;
|
||||
<NotepadPlus>
|
||||
<UserLang name="sourcemod" ext="sma inc p pawn core sp">
|
||||
<Settings>
|
||||
<Global caseIgnored="no" escapeChar="\\" />
|
||||
<Global caseIgnored="no" escapeChar="\" />
|
||||
<TreatAsSymbol comment="yes" commentLine="yes" />
|
||||
<Prefix words1="no" words2="yes" words3="no" words4="no" />
|
||||
</Settings>
|
||||
@ -12,7 +12,7 @@ my $output = <<EOF;
|
||||
<Keywords name="Delimiters">"'0"'0</Keywords>
|
||||
<Keywords name="Folder+">{</Keywords>
|
||||
<Keywords name="Folder-">}</Keywords>
|
||||
<Keywords name="Operators">+ - * / = ! % & ( ) , . : ; ? @ [ ] ^ | ~ + < = ></Keywords>
|
||||
<Keywords name="Operators">- ! % & ( ) , . : ; ? @ [ \ ] ^ | ~ + < = ></Keywords>
|
||||
<Keywords name="Comment">1/* 2*/ 0//</Keywords>
|
||||
<Keywords name="Words1">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</Keywords>
|
||||
<Keywords name="Words2">#</Keywords>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user