Update plugins for new syntax.

This commit is contained in:
David Anderson
2014-11-30 18:57:38 -08:00
parent 157549e119
commit cb4fdf1aa9
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public OnPluginStart()
public Action:RunTests(argc)
{
StringMap map = StringMap();
StringMap map = new StringMap();
for (new i = 0; i < 64; i++) {
char buffer[24];