mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 11:36:11 +01:00
Now with 99.9% less Unknown Paste ID
This commit is contained in:
parent
a2c21f8ceb
commit
b89d9d44b0
@ -74,7 +74,7 @@ public void run() {
|
||||
+ "&api_paste_code=" + URLEncoder.encode(code, "utf-8")
|
||||
+ "&api_paste_private=" + URLEncoder.encode("0", "utf-8")
|
||||
+ "&api_paste_name=" + URLEncoder.encode("", "utf-8")
|
||||
+ "&api_paste_expire_date=" + URLEncoder.encode("1H", "utf-8")
|
||||
+ "&api_paste_expire_date=" + URLEncoder.encode("1D", "utf-8")
|
||||
+ "&api_paste_format=" + URLEncoder.encode("text", "utf-8")
|
||||
+ "&api_user_key=" + URLEncoder.encode("", "utf-8")).getBytes());
|
||||
out.flush();
|
||||
|
Loading…
Reference in New Issue
Block a user