Fix links
This commit is contained in:
@@ -97,7 +97,7 @@ int h_HUD_Redraw(float time, int intermission) {
|
||||
color = (rgb_t){ 0, 255, 255 }; // default color
|
||||
}
|
||||
/* Watermark */
|
||||
engine_draw_text(5, 5, "https://git.deadzone.lol/Wizzard/goldsource-cheat", color);
|
||||
engine_draw_text(5, 5, "https://git.deadzone.lol/Wizzard/goldsrc-cheat", color);
|
||||
}
|
||||
|
||||
esp();
|
||||
|
||||
@@ -58,7 +58,7 @@ void load(void) {
|
||||
|
||||
i_engine->pfnClientCmd("echo \"goldsource-cheat loaded successfully!\"");
|
||||
i_engine->pfnClientCmd("echo \"Deadzone rulez!\"");
|
||||
i_engine->pfnClientCmd("echo \"https://git.deadzone.lol/Wizzard/goldsource-cheat\"");
|
||||
i_engine->pfnClientCmd("echo \"https://git.deadzone.lol/Wizzard/goldsrc-cheat\"");
|
||||
|
||||
|
||||
GameType game = get_current_game();
|
||||
|
||||
Reference in New Issue
Block a user