Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-08 09:10:06 +01:00
Re-added the old sendForm methods
Dieser Commit ist enthalten in:
Ursprung
94445a5222
Commit
86d0200960
@ -1393,7 +1393,7 @@ public class GeyserSession implements GeyserConnection, CommandSender {
|
||||
* @deprecated since Cumulus version 1.1, and will be removed when Cumulus 2.0 releases. Please use the new forms instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public void sendForm(org.geysermc.cumulus.util.FormBuilder<?, ?, ?, ?> formBuilder) {
|
||||
public void sendForm(org.geysermc.cumulus.util.FormBuilder<?, ?> formBuilder) {
|
||||
sendForm(formBuilder.build());
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren