Skip to content

Commit a06374b

Browse files
committed
ugh
1 parent ce925a0 commit a06374b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/gamejolt/GJRequest.hx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class GJRequest {
2424
/**
2525
* If `true`, requests will use `Md5` encryptation when creating URLs, otherwise they'll use `Sha1` encryptation.
2626
*/
27-
public static var useMd5(default, set):Bool = true;
27+
public static var useMd5:Bool = true;
2828

2929
/**
3030
* The current URL this request contains to process.
@@ -372,12 +372,6 @@ class GJRequest {
372372
return onError = value;
373373
}
374374

375-
static function set_useMd5(value:Bool):Bool {
376-
if (isProcessing)
377-
return useMd5;
378-
return useMd5 = value;
379-
}
380-
381375
function set_ignoreSubErrors(value:Bool):Bool {
382376
if (isProcessing)
383377
return ignoreSubErrors;

0 commit comments

Comments
 (0)