mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 20:16:05 +00:00
use git commit hash verification when replaying archived games (#204)
This commit is contained in:
@@ -23,6 +23,9 @@ export class DevServerConfig extends DefaultServerConfig {
|
||||
numWorkers(): number {
|
||||
return 2;
|
||||
}
|
||||
gitCommit(): string {
|
||||
return "DEV";
|
||||
}
|
||||
}
|
||||
|
||||
export class DevConfig extends DefaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user