mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 12:29:31 +02:00
hotfix:
y cordinate change to z, for better using add type into data-spworlds, for next updates remove user after payment, for fix, when user can give 2 and more requests change "@ #here" to ping yawaflua: delete dev-utilities ping yawaflua into thread chanel
This commit is contained in:
@@ -19,9 +19,9 @@ namespace DiscordApp.Justice.Modals
|
||||
[ModalTextInput("xCoordinate", TextInputStyle.Short, placeholder: "70", maxLength: 10)]
|
||||
public int xCoordinate { get; set; }
|
||||
|
||||
[InputLabel("Y координата")]
|
||||
[InputLabel("Z координата")]
|
||||
[ModalTextInput("yCoordinate", TextInputStyle.Short, placeholder: "90", maxLength: 10)]
|
||||
public int yCoordinate { get; set; }
|
||||
public int zCoordinate { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user