Skip to content

Commit

Permalink
Update GameServer.js
Browse files Browse the repository at this point in the history
SpellChecking
  • Loading branch information
Anon10104 authored Oct 11, 2023
1 parent 94f72b3 commit 32d821e
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 32d821e

Please sign in to comment.