mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-21 16:54:37 +01:00
Implement bounty trials
This commit is contained in:
@@ -77,7 +77,7 @@ public class GameMail {
|
||||
.setDeadline(this.getExpiry());
|
||||
|
||||
if (this.getAttachments() != null) {
|
||||
this.getAttachments().itemTemplateStream()
|
||||
this.getAttachments().toItemTemplateStream()
|
||||
.forEach(proto::addAttachments);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user