File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ function setShowCarcontrol(bool) {
954954function post ( name , data ) {
955955 var name = name ;
956956 var data = data ;
957- $ . post ( "https://hud /" + name , JSON . stringify ( data ) ) ;
957+ $ . post ( "https://renzu_hud /" + name , JSON . stringify ( data ) ) ;
958958}
959959function indexname ( index ) {
960960 if ( index == 0 ) {
@@ -1697,13 +1697,13 @@ function SetNotify(table) {
16971697 }
16981698
16991699 function CallbackCLothing ( variant , variant2 ) {
1700- $ . post ( 'https://hud /ChangeClothes' , JSON . stringify ( {
1700+ $ . post ( 'https://renzu_hud /ChangeClothes' , JSON . stringify ( {
17011701 variant : variant , variant2 : variant2 , state : state [ variant ]
17021702 } ) )
17031703 }
17041704
17051705 function ResetClothes ( ) {
1706- $ . post ( 'https://hud /resetclothing' , JSON . stringify ( { } ) )
1706+ $ . post ( 'https://renzu_hud /resetclothing' , JSON . stringify ( { } ) )
17071707 }
17081708
17091709 function hasClass ( element , className ) {
You can’t perform that action at this time.
0 commit comments