Fix format of GUIDs
This commit is contained in:
parent
01fea03112
commit
bc16d9607f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ let data = {};
|
||||||
*/
|
*/
|
||||||
function createGuid()
|
function createGuid()
|
||||||
{
|
{
|
||||||
return randexp(/[0-9a-f]{8}(-[0-9a-f]){4}[0-9a-f]{8}/);
|
return randexp(/[0-9a-f]{8}(-[0-9a-f]{4}){4}[0-9a-f]{8}/);
|
||||||
}
|
}
|
||||||
|
|
||||||
app.use(express.static(join(dirname, "..", "..", "game", "lib", "static")));
|
app.use(express.static(join(dirname, "..", "..", "game", "lib", "static")));
|
||||||
|
|
Loading…
Reference in a new issue