This commit is contained in:
Tristan B. Kildaire 2020-10-20 13:51:09 +02:00
parent bf84f4d174
commit e8def91645
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public final class DClient
/**
* Delete's the given property of yourself
*/
public void delete Property(string property)
public void deleteProperty(string property)
{
/* The property's value */
bool status;