This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xx
/
ludo_server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
123
xy
1 day ago
parent
4bd86c7d2f
commit
8c694d0742
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/server/tools/conifg.go
+ 1
- 1
src/server/tools/conifg.go
View File
@@ -1,5 +1,5 @@
package tools
package tools
const (
const (
- IsDebug =
tru
e
+ IsDebug =
fals
e
)
)