1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-01 02:27:22 +01:00

fix stupid stuff

This commit is contained in:
ghkkk090 2022-08-16 13:14:45 +07:00
parent 6f21526ff9
commit 4b94e2f85f

View File

@ -460,7 +460,7 @@ export default class CarModule extends Module {
}
// Generate the load car response message
let message = wm.wm.protobuf.UpdateCarResponse.encode(msg);
let message = wm.wm.protobuf.CreateCarResponse.encode(msg);
// Send the response
common.sendResponse(message, res);