Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaerisson committed Sep 11, 2018
1 parent c68093c commit aa8e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garrysmod/html/js/menu/control.Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ setInterval(function(){
function ClearSoundsDecals(){
lua.Run( "RunConsoleCommand( 'stopsound' );" );
lua.Run( "RunConsoleCommand( 'r_cleardecals' );" );
lua.Run( "RunConsoleCommand( 'echo', 'Sounds stopped / Decals cleared !' );" );
console.log("Sounds stopped / Decals cleared !");
}

function ServerPrev(id,sh){
Expand Down

0 comments on commit aa8e9c5

Please sign in to comment.