mirror of
https://github.com/kuroppoi/entralinked.git
synced 2026-09-10 09:45:45 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df298d8703 |
@@ -528,7 +528,8 @@ public class PglHandler implements HttpHandler {
|
|||||||
String gameSyncId = GsidUtility.stringifyGameSyncId(Integer.parseInt(ctx.body().replace("\u0000", ""))); // So quirky
|
String gameSyncId = GsidUtility.stringifyGameSyncId(Integer.parseInt(ctx.body().replace("\u0000", ""))); // So quirky
|
||||||
|
|
||||||
// Check if Game Sync ID is valid
|
// Check if Game Sync ID is valid
|
||||||
if(!GsidUtility.isValidGameSyncId(request.gameSyncId())) {
|
if(!GsidUtility.isValidGameSyncId(gameSyncId)) {
|
||||||
|
logger.debug("[account.createdata] Rejecting invalid Game Sync ID: {} ({})", gameSyncId, ctx.body());
|
||||||
writeStatusCode(outputStream, 8); // Invalid Game Sync ID
|
writeStatusCode(outputStream, 8); // Invalid Game Sync ID
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user