We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5c4c6 commit e3758fbCopy full SHA for e3758fb
server/index.ts
@@ -4,3 +4,9 @@ import 'player';
4
import 'utils';
5
import 'accounts';
6
import 'vehicle';
7
+import { versionCheck } from '@overextended/ox_lib/server';
8
+import { DEBUG } from 'config';
9
+
10
+if (!DEBUG) {
11
+ versionCheck('overextended/ox_core');
12
+}
0 commit comments