This commit is contained in:
Tristan B. Kildaire 2020-12-18 18:08:28 +02:00
parent 74c358d623
commit 50cd66b733
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");
}
}