Plugin work

This commit is contained in:
Layla 2020-08-23 04:31:28 -04:00
parent 149555fb02
commit 7639bfbe21
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -110,6 +110,7 @@ func (m *Match) MatchJoin(ctx context.Context, logger runtime.Logger, db *sql.DB
player.X = 16
player.Y = 16
} else {
logger.Error(loadPlayerErr.Error())
player = entities.PlayerEntity{
X: 16,
Y: 16,