Skip to content

Commit

Permalink
Check And fix
Browse files Browse the repository at this point in the history
  • Loading branch information
conmaster2112 committed Dec 10, 2024
1 parent 7cdbc71 commit 8532376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions scripts/con-database/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {ScoreboardObjective, ScoreboardIdentity, Entity} from "@minecraft/server

type StringBase = 16|8|32;
type IStreamType = number | number | {buffer: ArrayBuffer};
// @ts-ignore
declare class Stream extends DataView{
constructor(buffer: ArrayBuffer | number, offset?: number)
protected __offset__: number
Expand Down
3 changes: 0 additions & 3 deletions scripts/minecraft-language/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Script example for ScriptAPI
// Author: bot174 <https://github.com/bot174>
// Project: https://github.com/JaylyDev/ScriptAPI
export const languageKeys = [
"accessibility.disableTTS",
"accessibility.enableTTS",
Expand Down

0 comments on commit 8532376

Please sign in to comment.