Fixed headers.

This commit is contained in:
David Anderson
2004-03-15 21:05:08 +00:00
parent ee947b1673
commit 1425615e20
26 changed files with 26 additions and 26 deletions

View File

@ -48,7 +48,7 @@ new g_motdFile[] = "addons/amxx/configs/conmotd.txt"
public plugin_init()
{
register_plugin("Welcome Message","0.1","AMXX Dev Team")
register_plugin("Welcome Message","0.15","AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike")
}