mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
// replaced with dze_diag_fps
|
|
|
|
/*
|
|
while {isServer} do {
|
|
diag_log ("DEBUG FPS : " + str(diag_fps) );
|
|
sleep 360;
|
|
};
|
|
*/ |