Skip to content

Commit 99b9796

Browse files
committed
TAS CSGO: Clearer engine mismatch message
1 parent 2983286 commit 99b9796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/sourcemod/scripting/influx_style_tas_csgo.sp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public APLRes AskPluginLoad2( Handle hPlugin, bool late, char[] szError, int err
1515
{
1616
if ( GetEngineVersion() != Engine_CSGO )
1717
{
18-
FormatEx( szError, error_len, "Bad engine version!" );
19-
18+
FormatEx( szError, error_len, "This plugin is for CS:GO only. You can safely remove this plugin file." );
2019
return APLRes_SilentFailure;
2120
}
2221

0 commit comments

Comments
 (0)