Removed squirrel plugin remnants
This commit is contained in:
parent
26b56689a6
commit
78b329a9b5
@ -1,13 +0,0 @@
|
|||||||
class SquirrelChatLog extends Plugin
|
|
||||||
{
|
|
||||||
function Initialize()
|
|
||||||
{
|
|
||||||
this.AddHook(Hook.Chat);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
function OnChat(Message, Player)
|
|
||||||
{
|
|
||||||
::print(Player.GetName() + ": " + Message);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user