fix merging fuck up, fuck squashing

This commit is contained in:
Seth
2020-07-10 01:13:18 -07:00
parent 58872e2c32
commit f6bf485c0d
2 changed files with 0 additions and 5 deletions

View File

@ -78,8 +78,6 @@ public class Command_donator extends FreedomCommand
try
{
FUtil.postRequestToEndpoint(url, "POST", headers, payload);
String result = FUtil.postRequestToEndpoint(url, "POST", headers, payload);
msg(result);
}
catch (IOException e)
{