mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +02:00
reupdate
This commit is contained in:
@@ -95,7 +95,7 @@ int balance = await sp.GetCardBalance();
|
|||||||
```cs
|
```cs
|
||||||
User user = await sp.GetUser("111111111111111111");
|
User user = await sp.GetUser("111111111111111111");
|
||||||
|
|
||||||
if (user.GetName() == "Mih4n")
|
if (user.Name == "Mih4n")
|
||||||
{
|
{
|
||||||
// ваша логика дааа
|
// ваша логика дааа
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user