Skip to content

Commit 1b94c13

Browse files
committed
Don't trust client data
1 parent cf6f4ff commit 1b94c13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import Object from '@rbxts/object-utils';
2-
import { Players, ReplicatedStorage, RunService, ServerScriptService } from '@rbxts/services';
3-
import Signal from '@rbxts/signal';
4-
import { t } from '@rbxts/t';
1+
import Object from "@rbxts/object-utils";
2+
import { Players, ReplicatedStorage, RunService, ServerScriptService } from "@rbxts/services";
3+
import Signal from "@rbxts/signal";
4+
import { t } from "@rbxts/t";
55

66
namespace NetworkingImpl {
77
interface Sink {

0 commit comments

Comments
 (0)