oops
This commit is contained in:
parent
9ba777cdeb
commit
41c907239f
|
@ -35,8 +35,6 @@ public class PlayerPatch(BetterFirstPersonMod mod) : IScriptMod
|
|||
{
|
||||
yield return new Token(TokenType.Newline, 1);
|
||||
|
||||
// fuck me
|
||||
|
||||
// if camera_zoom < 0.5 and not freecamming:
|
||||
yield return new Token(TokenType.CfIf);
|
||||
yield return new IdentifierToken(TokenType.Identifier, 32, "camera_zoom");
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"Id": "BetterFirstPerson",
|
||||
"AssemblyPath": "BetterFirstPerson.dll"
|
||||
}
|
||||
"AssemblyPath": "BetterFirstPerson.dll",
|
||||
"Metadata": {
|
||||
"Name": "BetterFirstPerson",
|
||||
"Author": "ato",
|
||||
"Version": "1.0.0",
|
||||
"Description": "better first person mod for webfishing"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue