Skip to content

Commit

Permalink
Merge branch 'master' into feature/queueing
Browse files Browse the repository at this point in the history
  • Loading branch information
deavmi committed Nov 22, 2023
2 parents 498d9b4 + e54f7f2 commit 8eeb160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/renaissance/server/server.d
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,13 @@ public class Server : MessageDeliveryTransport
if(fromUser == null)
{
// TODO: Handle this
logger.warn("Could not find fromUser (User* was null)");
}

if(toUser == null)
{
// TODO: Handle this
logger.warn("Could not find toUser (User* was null)");
}

return true;
Expand Down

0 comments on commit 8eeb160

Please sign in to comment.