This commit is contained in:
Tristan B. Kildaire 2020-12-18 18:08:21 +02:00
parent c3ece5fc00
commit 74c358d623
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public final class DClient
/* If the send failed */
else
{
throw new DNetworkError("setprop");
throw new DNetworkError("setprop");
}
}