Skip to content

Commit

Permalink
Merge pull request #20 from Anon10104/master
Browse files Browse the repository at this point in the history
Spell Mistake
  • Loading branch information
Faris90 authored Oct 30, 2023
2 parents 94f72b3 + 32d821e commit a1cc84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ GameServer.prototype.spawnPlayer = function(player,pos,mass) {
*/
if( this.config.serverResetTime > 0 )
{
var packet = new Packet.BroadCast("Remeber, This server auto restarts after " + this.config.serverResetTime + " hours uptime!");
var packet = new Packet.BroadCast("Remember, This server auto restarts after " + this.config.serverResetTime + " hours uptime!");
player.socket.sendPacket(packet);
}

Expand Down

0 comments on commit a1cc84d

Please sign in to comment.