Skip to content

Commit

Permalink
Update WorldServer.cpp (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Sep 13, 2024
1 parent 6213aed commit 8d54db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dWorldServer/WorldServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ int main(int argc, char** argv) {

//Warning if we ran slow
if (deltaTime > currentFrameDelta) {
LOG("We're running behind, dT: %f > %f (framerate %i)", deltaTime, currentFrameDelta, currentFramerate);
LOG("We're running behind, dT: %f > %i (framerate %i)", deltaTime, currentFrameDelta, currentFramerate);
}

//Check if we're still connected to master:
Expand Down

0 comments on commit 8d54db7

Please sign in to comment.