1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-01-24 13:34:19 +00:00

Update client.cpp

This commit is contained in:
shelru 2017-03-27 03:54:51 +03:00 committed by GitHub
parent af1694b5b0
commit ae962b7ce9

View File

@ -1,4 +1,4 @@
#include "client.h"
#include "client.h"
#include <iostream>
#include <string>
#include <fstream>
@ -149,7 +149,7 @@ void InitHack(){
}
if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole");
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v2.2n\n");
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v2.3\n");
ConsolePrintColor(255, 255, 255, "-- Use 'credits' for more information\n");
ConsolePrintColor(255, 255, 255, "-- Thank's to Realwar for title\n");
ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n");